mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 09:53:45 +00:00
feat: support thought_signature
according to gemini docs: https://ai.google.dev/gemini-api/docs/thought-signatures thought_signature lives in the extra_content of the tool_call, add extra_content to OpenAIChatCompletionToolCall to support this Signed-off-by: Charlie Doern <cdoern@redhat.com>
This commit is contained in:
parent
b1851dc9ef
commit
b99eb2a1d2
6 changed files with 26 additions and 0 deletions
5
docs/static/llama-stack-spec.yaml
vendored
5
docs/static/llama-stack-spec.yaml
vendored
|
|
@ -3249,6 +3249,11 @@ components:
|
|||
title: OpenAIChatCompletionToolCallFunction
|
||||
- type: 'null'
|
||||
title: OpenAIChatCompletionToolCallFunction
|
||||
extra_content:
|
||||
anyOf:
|
||||
- additionalProperties: true
|
||||
type: object
|
||||
- type: 'null'
|
||||
type: object
|
||||
title: OpenAIChatCompletionToolCall
|
||||
description: Tool call specification for OpenAI-compatible chat completion responses.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue