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

Hierarchy

  • Omit<Toolkit, TogetherAIUnsupportedCallOptions>
    • ChatTogetherAICallOptions

Properties

Properties

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

Type declaration

  • schema: Record<string, unknown>
  • type: "json_object"

Generated using TypeDoc