Share via


AgentsApiResponseFormat interface

An object describing the expected output of the model. If json_object only function type tools are allowed to be passed to the Run. If text the model can return text or any value needed.

Properties

type

Must be one of text or json_object.

Possible values: "text", "json_object"

Property Details

type

Must be one of text or json_object.

Possible values: "text", "json_object"

type?: string

Property Value

string