Skip to main content

Module thread

Module thread 

Source
Expand description

Thread and turn execution APIs (run and run_streamed).

Structs§

RunStreamedResult
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.
UserInput
Structured user input for multimodal turns.

Type Aliases§

RunResult
Alias for Turn to describe the result of Thread::run.
ThreadEventStream
Stream of thread events.