Skip to content

Commit

Permalink
Update agentchat_auto_feedback_from_code_execution.ipynb (microsoft#342)
Browse files Browse the repository at this point in the history
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
  • Loading branch information
shruti222patel and sonichi committed Oct 21, 2023
1 parent af2974b commit 8c75d5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebook/agentchat_auto_feedback_from_code_execution.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@
"source": [
"The example above involves code execution. In AutoGen, code execution is triggered automatically by the `UserProxyAgent` when it detects an executable code block in a received message and no human user input is provided. This process occurs in a designated working directory, using a Docker container by default. Unless a specific directory is specified, AutoGen defaults to the `autogen/extensions` directory. Users have the option to specify a different working directory by setting the `work_dir` argument when constructing a new instance of the `UserProxyAgent`.\n",
"\n",
"The whole chat is auto generated."
"The whole chat is auto-generated."
]
},
{
Expand Down Expand Up @@ -572,7 +572,7 @@
"* `generate_init_message`. We generate a modified initial message to send to the assistant agent, by adding the info that the execution will be performed in IPython.\n",
"* `run_code`. We execute the code with the ipython instance.\n",
"\n",
"With the new `IPythonUserProxyAgent`, we are able to run the code within the current notebook environment and display plot directly."
"With the new `IPythonUserProxyAgent`, we are able to run the code within the current notebook environment and display the plot directly."
]
},
{
Expand Down

0 comments on commit 8c75d5b

Please sign in to comment.