Expand description
Serializable tasks, chat inputs, responses, and builders.
Structs§
- Response
- Execution outcome, distinct from queue or executor transport errors.
- Task
- Serializable envelope for work submitted to a queue or executor.
- Task
Builder - Builds a chat task; only the prompt is required at build time.
- Task
Chat - Chat inputs encoded in
Task::contents.
Enums§
- Interaction
- A text-only conversation turn.
- Task
Type - Supported operations; only chat is currently implemented.