feat(responses): add include parameter

This commit is contained in:
Ashwin Bharambe 2025-08-12 10:17:00 -07:00
parent 6812aa1e1e
commit e66fc547e3
5 changed files with 28 additions and 1 deletions

View file

@ -6188,6 +6188,12 @@ components:
type: array
items:
$ref: '#/components/schemas/OpenAIResponseInputTool'
include:
type: array
items:
type: string
description: >-
(Optional) Additional fields to include in the response.
max_infer_iters:
type: integer
additionalProperties: false