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

    Type Alias AgentInstanceUpdateRequest

    Request to update the mutable state of an agent instance. At least one of status, metrics, or tools must be provided.

    type AgentInstanceUpdateRequest = {
        metrics?: AgentInstanceMetricsDelta;
        status?: AgentInstanceStatusEnum;
        tools?: AgentTool[];
    }
    Index

    Properties

    Metric increments to apply to the aggregate counters.

    The new status of the agent instance.

    tools?: AgentTool[]

    The complete list of tools available to the agent, replacing any previously stored tools. When provided, the engine replaces the existing tool list with this value.