@archastro/sdk
    Preparing search index...

    Interface LLMConfig

    LLM invocation settings for a routine or chain step. When present, overrides the agent-level model selection.

    interface LLMConfig {
        model?: string;
    }
    Index

    Properties

    Properties

    model?: string

    Model identifier to use for this routine or step, e.g. "claude-sonnet-4-5". When omitted, the agent's default model is used.