langchain.js
    Preparing search index...
    interface BaseLanguageModelTracingCallOptions {
        ls_structured_output_format?: {
            kwargs: { method: string };
            schema?: JsonSchema7Type;
        };
    }

    Hierarchy (View Summary)

    Index

    Properties

    ls_structured_output_format?: {
        kwargs: { method: string };
        schema?: JsonSchema7Type;
    }

    Describes the format of structured outputs. This should be provided if an output is considered to be structured

    Type Declaration

    • kwargs: { method: string }

      An object containing the method used for structured output (e.g., "jsonMode").

    • Optionalschema?: JsonSchema7Type

      The JSON schema describing the expected output structure.