Skip to main content

Module task

Module task 

Source
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.
TaskBuilder
Builds a chat task; only the prompt is required at build time.
TaskChat
Chat inputs encoded in Task::contents.

Enums§

Interaction
A text-only conversation turn.
TaskType
Supported operations; only chat is currently implemented.