Skip to content

Commit 56c0ef5

Browse files
committed
update
1 parent b812186 commit 56c0ef5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebook/agentchat_swarm.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@
370370
"\n",
371371
"The `Flight_Cancel_Traversal`, `Flight_Change_Traversal`, and `Lost_Baggage_Traversal` agents are the main agents that interact with the user to solve the problem, and call to tools that doesn't transfer the control to another agent.\n",
372372
"\n",
373-
"Based on this workflow, we defint a `state_transition` function to route the request to the corresponding agent.\n"
373+
"Based on this workflow, we define a `state_transition` function to route the requests to the corresponding agent.\n"
374374
]
375375
},
376376
{
@@ -428,7 +428,7 @@
428428
"2. `1919` (The flight number)\n",
429429
"3. `I want flight credits`\n",
430430
"4. `No` (No further questions)\n",
431-
"5. `exit` (AutoGen's way to end the conversation)"
431+
"5. `exit` (End the conversation)"
432432
]
433433
},
434434
{

0 commit comments

Comments
 (0)