Wire through parallel_tool_calls to Responses API

Signed-off-by: Anastas Stoyanovsky <astoyano@redhat.com>
This commit is contained in:
Anastas Stoyanovsky 2025-11-11 08:54:02 -05:00
parent 7093978754
commit 7a9b7ecdc2
9 changed files with 159 additions and 20 deletions

View file

@ -5746,7 +5746,10 @@ components:
parallel_tool_calls:
type: boolean
title: Parallel Tool Calls
default: false
default: true
description: >-
(Optional) Whether to allow more than one function tool call generated
per turn.
previous_response_id:
anyOf:
- type: string
@ -6143,9 +6146,12 @@ components:
- type: 'null'
title: OpenAIResponsePrompt
instructions:
type: string
anyOf:
- type: string
- type: 'null'
parallel_tool_calls:
type: boolean
previous_response_id:
anyOf:
- type: string
@ -6274,7 +6280,10 @@ components:
parallel_tool_calls:
type: boolean
title: Parallel Tool Calls
default: false
default: true
description: >-
(Optional) Whether to allow more than one function tool call generated
per turn.
previous_response_id:
anyOf:
- type: string

View file

@ -6725,7 +6725,10 @@ components:
parallel_tool_calls:
type: boolean
title: Parallel Tool Calls
default: false
default: true
description: >-
(Optional) Whether to allow more than one function tool call generated
per turn.
previous_response_id:
anyOf:
- type: string
@ -7125,6 +7128,9 @@ components:
anyOf:
- type: string
- type: 'null'
type: string
parallel_tool_calls:
type: boolean
previous_response_id:
anyOf:
- type: string
@ -7253,7 +7259,10 @@ components:
parallel_tool_calls:
type: boolean
title: Parallel Tool Calls
default: false
default: true
description: >-
(Optional) Whether to allow more than one function tool call generated
per turn.
previous_response_id:
anyOf:
- type: string