Documentation
    Preparing search index...

    Configuration for HTTP LLM application composition.

    interface IConfig {
        equals: boolean;
        maxLength: number;
        strict: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    equals: boolean

    Whether to disallow superfluous properties.

    false
    
    maxLength: number

    Maximum function name length. Truncated or UUID if exceeded.

    64
    
    strict: boolean

    Whether to enable strict mode (OpenAI structured output).

    When true, all properties become required and additionalProperties is forced to false.

    false