@conciergus/chat - v0.3.1
    Preparing search index...

    Interface PrepareStepOptions

    interface PrepareStepOptions {
        stepType?: "error" | "thinking" | "tool_call" | "decision" | "response";
        reasoning?: string;
        toolName?: string;
        toolArgs?: any;
        modelPreference?: string;
        maxTokens?: number;
        temperature?: number;
        timeout?: number;
    }
    Index

    Properties

    stepType?: "error" | "thinking" | "tool_call" | "decision" | "response"
    reasoning?: string
    toolName?: string
    toolArgs?: any
    modelPreference?: string
    maxTokens?: number
    temperature?: number
    timeout?: number