Skip to content
New issue

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

[Bug]: Runtime logging not supported with GPTAssistantAgent #2498

Closed
krishnashed opened this issue Apr 24, 2024 · 4 comments · Fixed by #2659
Closed

[Bug]: Runtime logging not supported with GPTAssistantAgent #2498

krishnashed opened this issue Apr 24, 2024 · 4 comments · Fixed by #2659
Assignees
Labels
logging related to logging issue

Comments

@krishnashed
Copy link
Contributor

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

@cheng-tan cheng-tan added the logging related to logging issue label Apr 24, 2024
@krishnashed
Copy link
Contributor Author

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

@ekzhu
Copy link
Collaborator

ekzhu commented Apr 25, 2024

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

@krishnashed krishnashed self-assigned this Apr 25, 2024
@IANTHEREAL
Copy link
Collaborator

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

@krishnashed
Copy link
Contributor Author

Yes @IANTHEREAL raising it today

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
logging related to logging issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants