@camunda8/orchestration-cluster-api
    Preparing search index...

    Variable AgentInstanceUpdateStatusEnumConst

    AgentInstanceUpdateStatusEnum: {
        IDLE: "IDLE";
        THINKING: "THINKING";
        TOOL_CALLING: "TOOL_CALLING";
        TOOL_DISCOVERY: "TOOL_DISCOVERY";
    } = ...

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

    Type Declaration

    • ReadonlyIDLE: "IDLE"
    • ReadonlyTHINKING: "THINKING"
    • ReadonlyTOOL_CALLING: "TOOL_CALLING"
    • ReadonlyTOOL_DISCOVERY: "TOOL_DISCOVERY"