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
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.
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.
No response
The text was updated successfully, but these errors were encountered:
I can contribute to fix this issue, please let me know
Sorry, something went wrong.
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
krishnashed
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: