Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/resources/responses/responses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4734,6 +4734,14 @@ export interface ResponseCreateParamsBase {
*/
max_output_tokens?: number | null;

/**
* The maximum number of total calls to built-in tools that can be processed in a
* response. This maximum number applies across all built-in tool calls, not per
* individual tool. Any further attempts to call a tool by the model will be
* ignored.
*/
max_tool_calls?: number | null;

/**
* Set of 16 key-value pairs that can be attached to an object. This can be useful
* for storing additional information about the object in a structured format, and
Expand Down