unified-llm-client
    Preparing search index...

    Interface OpenAIReasoningOptions

    interface OpenAIReasoningOptions {
        effort?: OpenAIReasoningEffort;
        includeEncryptedContent?: boolean;
        summary?: "auto" | "concise" | "detailed";
    }
    Index

    Properties

    includeEncryptedContent?: boolean
    summary?: "auto" | "concise" | "detailed"