Package version:

Interface AgentsResponseFormat

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.

interface AgentsResponseFormat {
    type?: ResponseFormat;
}

Properties

Properties

Must be one of text or json_object.