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

    Type Alias AgentInstanceDefinition

    The static definition of an agent instance, set once at creation.

    type AgentInstanceDefinition = {
        model: string;
        provider: string;
        systemPrompt: string;
    }
    Index

    Properties

    model: string

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

    provider: string

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

    systemPrompt: string

    The system prompt configured for this agent instance.