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
bug Something isn't working logging related to logging issue openai-assistant Issues related to assistants from OpenAI

Comments

@krishnashed
Copy link
Collaborator

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 krishnashed added the bug Something isn't working label Apr 24, 2024
@cheng-tan cheng-tan added the logging related to logging issue label Apr 24, 2024
@krishnashed
Copy link
Collaborator 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
Collaborator Author

Yes @IANTHEREAL raising it today

@ekzhu ekzhu added the openai-assistant Issues related to assistants from OpenAI label May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working logging related to logging issue openai-assistant Issues related to assistants from OpenAI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants