For the complete documentation index, see llms.txt.
Skip to main content
Version: 8.10 (unreleased)

Variable: AgentInstanceUpdateStatusEnum

const AgentInstanceUpdateStatusEnum: object;

The status values that can be set on an agent instance via an update request.

Type Declaration

IDLE

readonly IDLE: "IDLE" = 'IDLE';

THINKING

readonly THINKING: "THINKING" = 'THINKING';

TOOL_CALLING

readonly TOOL_CALLING: "TOOL_CALLING" = 'TOOL_CALLING';

TOOL_DISCOVERY

readonly TOOL_DISCOVERY: "TOOL_DISCOVERY" = 'TOOL_DISCOVERY';