Replies: 1 comment
-
You can pass threads_callbacks when initializing your agency. This question was also addressed here: Relevant documentation: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I started working with the framework yesterday. I created an agency and a function that allows me to make an API call to an endpoint, where I execute the
get_completion
method on a specific agent. I want to know if there’s a way to keep track of thethread_id
for a conversation. When I make a new API call, it creates a new conversation. How can I handle conversations bythread_id
?Additionally, the assistants aren’t registering on my OpenAI Assistants.
Here’s my current code:
Beta Was this translation helpful? Give feedback.
All reactions