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

    Type Alias AgentInstanceLimits

    The configured limits for an agent instance, set once at creation.

    type AgentInstanceLimits = {
        maxModelCalls: number;
        maxTokens: number;
        maxToolCalls: number;
    }
    Index

    Properties

    maxModelCalls: number

    Maximum LLM calls allowed. -1 if no limit is configured.

    maxTokens: number

    Maximum total tokens allowed. -1 if no limit is configured.

    maxToolCalls: number

    Maximum tool calls allowed. -1 if no limit is configured.