langchain.js
    Preparing search index...
    interface ChatTogetherAICallOptions {
        response_format: {
            schema: Record<string, unknown>;
            type: "json_object";
        };
        [key: string]: ChatOpenAICallOptions;
        [key: number]: ChatOpenAICallOptions;
        [key: symbol]: ChatOpenAICallOptions;
    }

    Hierarchy

    Indexable

    • [key: string]: ChatOpenAICallOptions
    • [key: number]: ChatOpenAICallOptions
    • [key: symbol]: ChatOpenAICallOptions
    Index

    Properties

    Properties

    response_format: { schema: Record<string, unknown>; type: "json_object" }