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

    Type Alias AgentInstanceDefinitionResult

    The definition of an agent instance. Set at creation, but can change later via a CONFIGURATION history item.

    type AgentInstanceDefinitionResult = {
        model: string;
        provider: string;
        systemPrompt: AgentInstanceMessageContent[];
    }
    Index
    model: string

    The LLM model identifier (for example, gpt-4o).

    provider: string

    The LLM provider (for example, openai or anthropic).

    The system prompt configured for this agent instance, as content blocks.