We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The assistant agent always outputs TERMINATE after generating code
You can customize the system message of AssistantAgent.
Is there a way to ensure that the snippet to be part of a markdown block.
Have you tried PythonCodeExecutionTool? It will run the code in the same agent rather than requiring the code to be inside markdown format.
https://microsoft.github.io/autogen/stable/reference/python/autogen_ext.tools.code_execution.html#autogen_ext.tools.code_execution.PythonCodeExecutionTool
The two-agent chat with assistant and code executor is a legacy pattern from v0.2. It's not a top recommended way to do code execution now.
Originally posted by @ekzhu in #5767 (reply in thread)
The text was updated successfully, but these errors were encountered:
39bfa35
ekzhu
Successfully merging a pull request may close this issue.
You can customize the system message of AssistantAgent.
Have you tried PythonCodeExecutionTool? It will run the code in the same agent rather than requiring the code to be inside markdown format.
https://microsoft.github.io/autogen/stable/reference/python/autogen_ext.tools.code_execution.html#autogen_ext.tools.code_execution.PythonCodeExecutionTool
The two-agent chat with assistant and code executor is a legacy pattern from v0.2. It's not a top recommended way to do code execution now.
Originally posted by @ekzhu in #5767 (reply in thread)
The text was updated successfully, but these errors were encountered: