unified-llm-client
    Preparing search index...

    Interface SessionConversationConfig

    Shared conversation options accepted by session API write endpoints.

    interface SessionConversationConfig {
        budgetUsd?: number;
        maxContextTokens?: number;
        maxTokens?: number;
        maxToolRounds?: number;
        model?: string;
        provider?: CanonicalProvider;
        system?: string;
        toolChoice?: CanonicalToolChoice;
        toolExecutionTimeoutMs?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    budgetUsd?: number
    maxContextTokens?: number
    maxTokens?: number
    maxToolRounds?: number
    model?: string
    system?: string
    toolChoice?: CanonicalToolChoice
    toolExecutionTimeoutMs?: number