autogen icon indicating copy to clipboard operation
autogen copied to clipboard

[Bug]: Runtime logging not supported with GPTAssistantAgent

Open krishnashed opened this issue 2 years ago • 4 comments

Describe the bug

I followed the example mentioned in https://microsoft.github.io/autogen/docs/notebooks/agentchat_logging/ But when i replaced the AssistantAgent, with GPTAssistantAgent. The logs werent captured in the DB. No new entry added.

Steps to reproduce

In the example https://microsoft.github.io/autogen/docs/notebooks/agentchat_logging/

just replace assistant with

assistant = GPTAssistantAgent( name="assistant", llm_config=llm_config )

and then try to get logs from sqlite, using steps given in same doc.

Model Used

No response

Expected Behavior

No response

Screenshots and logs

No response

Additional Information

No response

krishnashed avatar Apr 24 '24 14:04 krishnashed

I can contribute to fix this issue, please let me know

krishnashed avatar Apr 24 '24 21:04 krishnashed

Would loved to see your PR! Please add @IANTHEREAL @cheng-tan @jtrugman and me as reviewers

ekzhu avatar Apr 25 '24 05:04 ekzhu

@krishnashed Just checking in to see if your PR is still in progress. Thanks

IANTHEREAL avatar Apr 30 '24 01:04 IANTHEREAL

Yes @IANTHEREAL raising it today

krishnashed avatar Apr 30 '24 01:04 krishnashed