Path Parameters
The unique identifier of the assistant to invoke.
Use
Use
agent_id
when you want repeatable behavior without re-specifying name, instructions, tools, or the tool config each call.When you invoke an
assistant_id
and override a specific configuration (for example, updating only the requirements
), the assistant uses your updated value for that field, while all other settings (such as name
, description
, and budget
) are still taken from the assistant_id
.Request Body
Reserved for specifying structured output format.
Specify which extra fields should be included in the output. If not provided, none of these fields will be included. Supported values:
-
data_sources
— Includes thedata_sources
field in the output. -
requirements_result
— Includes detailed results for each requirement in therequirements_result
field.