[Bug]: Runtime logging not supported with GPTAssistantAgent
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
I can contribute to fix this issue, please let me know
Would loved to see your PR! Please add @IANTHEREAL @cheng-tan @jtrugman and me as reviewers
@krishnashed Just checking in to see if your PR is still in progress. Thanks
Yes @IANTHEREAL raising it today