mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 09:53:45 +00:00
Wire through parallel_tool_calls to Responses API
Signed-off-by: Anastas Stoyanovsky <astoyano@redhat.com>
This commit is contained in:
parent
7093978754
commit
7a9b7ecdc2
9 changed files with 159 additions and 20 deletions
13
docs/static/llama-stack-spec.yaml
vendored
13
docs/static/llama-stack-spec.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
13
docs/static/stainless-llama-stack-spec.yaml
vendored
13
docs/static/stainless-llama-stack-spec.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue