ask_assistant_in_thread
Send a message to an OpenAI assistant within an existing conversation thread and receive streaming responses with progress updates.
Instructions
Sends a message to an assistant within a specific thread and streams the response. This provides progress updates and the final message in a single call.
Use this to continue a conversation with an assistant in a specific thread. The thread ID can be retrieved from the list_threads tool. The assistant ID can be retrieved from the list_assistants tool. Threads are not inherently linked to a particular assistant, so you can use this tool to talk to any assistant in any thread.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
assistant_id | Yes | ||
message | Yes | ||
thread_id | Yes |