Feature Description
Add assistantId to useAssistant
Use Case
I'm creating assistants on-demand and want to pass the assistantId into useAssistant, so it's sent to the the edge server along with threadId and message.
Furthermore, I want to add the assistantId to AssistantResponse because assistantId is created dynamically. Current implementation relies on assistantId coming from .env
Additional context
No response
Feature Description
Add
assistantIdtouseAssistantUse Case
I'm creating assistants on-demand and want to pass the assistantId into
useAssistant, so it's sent to the the edge server along withthreadIdandmessage.Furthermore, I want to add the
assistantIdtoAssistantResponsebecause assistantId is created dynamically. Current implementation relies on assistantId coming from .envAdditional context
No response