microsoft / autogen

A programming framework for agentic AI 🤖
https://microsoft.github.io/autogen/
Creative Commons Attribution 4.0 International
34.76k stars 5.02k forks source link

[Issue]: AgentBuilder cannot create an .ipynb file #2042

Open simonff opened 8 months ago

simonff commented 8 months ago

Describe the issue

The chat terminated quickly, no .ipynb file was created

Steps to reproduce

Use this build and execute message with AgentBuilder: "Create an ipython notebook printing the message 'hello world' and save it to /tmp/notebook.ipynb" Generated config (sans the api key) and output attached: config.json output.txt

Screenshots and logs

No response

Additional Information

To be fair, ChatGPT has been pretty lazy today

LinxinS97 commented 8 months ago

Thank you! I think the main reason to this issue is the uncertainty of gpt-4. We will update the autobuild's prompt in the next version and you can try again and see if this issue appears again.