Expand description
Thread and turn execution APIs (run and run_streamed).
Structs§
- RunStreamed
Result - Result of
Thread::run_streamed. - Thread
- Represents a thread of conversation with the agent.
- Turn
- Completed turn.
Enums§
- Input
- Input accepted by
Thread::run/Thread::run_streamed. - User
Input - Structured user input for multimodal turns.
Type Aliases§
- RunResult
- Alias for
Turnto describe the result ofThread::run. - Thread
Event Stream - Stream of thread events.