Open tyler-suard-parker opened 3 months ago
I am using this tutorial: https://microsoft.github.io/autogen/docs/notebooks/agentchat_logging/ for the syntax of logging, but it is not working for me. I get the above error.
logging_session_id = autogen.runtime_logging.start( logger_type="file", config={"filename": "autogen_log.log"} )
(run some agents)
gpt-4
The log should have generated token usage
No response
Additionally, the logger is not showing the token usage.
@tyler-suard-parker my code works well without error. Can you provide the entire example codes for reproduce it?
Describe the bug
I am using this tutorial: https://microsoft.github.io/autogen/docs/notebooks/agentchat_logging/ for the syntax of logging, but it is not working for me. I get the above error.
Steps to reproduce
(run some agents)
Model Used
gpt-4
Expected Behavior
The log should have generated token usage
Screenshots and logs
No response
Additional Information
No response