langchain.js
    Preparing search index...
    interface ChatTogetherAICallOptions {
        response_format: {
            schema: Record<string, unknown>;
            type: "json_object";
        };
    }

    Hierarchy

    • Omit<ChatOpenAICallOptions, TogetherAIUnsupportedCallOptions>
      • ChatTogetherAICallOptions
    Index

    Properties

    Properties

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

    An object specifying the format that the model must output.