Skip to content

Commit 6d7fea0

Browse files
docs: small typo fix
1 parent 560021f commit 6d7fea0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

07-planning-design/code_samples/07-autogen.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
},
6767
{
6868
"cell_type": "code",
69-
"execution_count": 3,
69+
"execution_count": null,
7070
"metadata": {},
7171
"outputs": [
7272
{
@@ -110,7 +110,7 @@
110110
" - DestinationInfo: For providing information about destinations\n",
111111
" - DefaultAgent: For handling general requests\"\"\", source=\"system\"),\n",
112112
" UserMessage(\n",
113-
" content=\"Create a travel plan for a family of 2 kids from Singapore to Melboune\", source=\"user\"),\n",
113+
" content=\"Create a travel plan for a family of 2 kids from Singapore to Melbourne\", source=\"user\"),\n",
114114
"]\n",
115115
"\n",
116116
"response = await client.create(messages=messages, extra_create_args={\"response_format\": 'json_object'})\n",

07-planning-design/code_samples/07-azure-openai.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
" - ActivitiesBooking: For booking activities and providing activity information\n",
9696
" - DestinationInfo: For providing information about destinations\n",
9797
" - DefaultAgent: For handling general requests\"\"\", source=\"system\"),\n",
98-
" UserMessage(content=\"Create a travel plan for a family of 2 kids from Singapore to Melboune\", source=\"user\"),\n",
98+
" UserMessage(content=\"Create a travel plan for a family of 2 kids from Singapore to Melbourne\", source=\"user\"),\n",
9999
"]\n",
100100
"\n",
101101
"\n",

07-planning-design/code_samples/07-semantic-kernel.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"\n",
106106
" # Respond to user input\n",
107107
" user_inputs = [\n",
108-
" \"Create a travel plan for a family of 4, with 2 kids, from Singapore to Melboune\",\n",
108+
" \"Create a travel plan for a family of 4, with 2 kids, from Singapore to Melbourne\",\n",
109109
" ]\n",
110110
"\n",
111111
" for user_input in user_inputs:\n",

0 commit comments

Comments
 (0)