Remove incremental_function_calling from method signature

Remove incremental_function_calling parameter from method.
This commit is contained in:
Anastas Stoyanovsky 2025-11-18 08:44:44 -05:00
parent 07a2aa200c
commit 6ba51a0851
6 changed files with 62 additions and 62 deletions

View file

@ -3566,9 +3566,10 @@ components:
type: array
title: Output
parallel_tool_calls:
type: boolean
title: Parallel Tool Calls
default: false
anyOf:
- type: boolean
- type: 'null'
default: true
previous_response_id:
anyOf:
- type: string
@ -3968,6 +3969,11 @@ components:
anyOf:
- type: string
- type: 'null'
parallel_tool_calls:
anyOf:
- type: boolean
- type: 'null'
default: true
previous_response_id:
anyOf:
- type: string
@ -4094,9 +4100,10 @@ components:
type: array
title: Output
parallel_tool_calls:
type: boolean
title: Parallel Tool Calls
default: false
anyOf:
- type: boolean
- type: 'null'
default: true
previous_response_id:
anyOf:
- type: string

View file

@ -3263,9 +3263,10 @@ components:
type: array
title: Output
parallel_tool_calls:
type: boolean
title: Parallel Tool Calls
default: false
anyOf:
- type: boolean
- type: 'null'
default: true
previous_response_id:
anyOf:
- type: string
@ -3662,9 +3663,10 @@ components:
type: array
title: Output
parallel_tool_calls:
type: boolean
title: Parallel Tool Calls
default: false
anyOf:
- type: boolean
- type: 'null'
default: true
previous_response_id:
anyOf:
- type: string

View file

@ -5744,12 +5744,10 @@ components:
type: array
title: Output
parallel_tool_calls:
type: boolean
title: Parallel Tool Calls
anyOf:
- type: boolean
- type: 'null'
default: true
description: >-
(Optional) Whether to allow more than one function tool call generated
per turn.
previous_response_id:
anyOf:
- type: string
@ -6146,12 +6144,14 @@ components:
- type: 'null'
title: OpenAIResponsePrompt
instructions:
type: string
anyOf:
- type: string
- type: 'null'
parallel_tool_calls:
type: boolean
anyOf:
- type: boolean
- type: 'null'
default: true
previous_response_id:
anyOf:
- type: string
@ -6278,12 +6278,10 @@ components:
type: array
title: Output
parallel_tool_calls:
type: boolean
title: Parallel Tool Calls
anyOf:
- type: boolean
- type: 'null'
default: true
description: >-
(Optional) Whether to allow more than one function tool call generated
per turn.
previous_response_id:
anyOf:
- type: string

View file

@ -6723,12 +6723,10 @@ components:
type: array
title: Output
parallel_tool_calls:
type: boolean
title: Parallel Tool Calls
anyOf:
- type: boolean
- type: 'null'
default: true
description: >-
(Optional) Whether to allow more than one function tool call generated
per turn.
previous_response_id:
anyOf:
- type: string
@ -7128,9 +7126,11 @@ components:
anyOf:
- type: string
- type: 'null'
type: string
parallel_tool_calls:
type: boolean
anyOf:
- type: boolean
- type: 'null'
default: true
previous_response_id:
anyOf:
- type: string
@ -7257,12 +7257,10 @@ components:
type: array
title: Output
parallel_tool_calls:
type: boolean
title: Parallel Tool Calls
anyOf:
- type: boolean
- type: 'null'
default: true
description: >-
(Optional) Whether to allow more than one function tool call generated
per turn.
previous_response_id:
anyOf:
- type: string