Documentation
¶
Overview ¶
Package statemachine validates strict typed stream and tool lifecycles.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventType ¶
type EventType string
const ( EventResponseCreated EventType = "response.created" EventResponseInProgress EventType = "response.in_progress" EventOutputItemAdded EventType = "response.output_item.added" EventArgumentsDelta EventType = "response.function_call_arguments.delta" EventArgumentsDone EventType = "response.function_call_arguments.done" EventOutputItemDone EventType = "response.output_item.done" EventToolResult EventType = "tool.result" EventResponseCompleted EventType = "response.completed" EventResponseFailed EventType = "response.failed" EventResponseIncomplete EventType = "response.incomplete" )
Click to show internal directories.
Click to hide internal directories.