Ask a question to get started
Enter to sendā¢Shift+Enter new line
Execute agent within a specific thread (async).
run_in_thread_async( self, thread_id: str, query: str, **kwargs = {} ) -> Dict[str, Any]
thread_id
str
Thread ID where the agent should run
query
Query/message to send to the agent
**kwargs
unknown
{}
Additional parameters for the run