mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 09:53:45 +00:00
add unit tests
Signed-off-by: Jaideep Rao <jrao@redhat.com>
This commit is contained in:
parent
d2d2c88921
commit
36d7abd4d5
11 changed files with 392 additions and 85 deletions
12
docs/static/experimental-llama-stack-spec.yaml
vendored
12
docs/static/experimental-llama-stack-spec.yaml
vendored
|
|
@ -7799,18 +7799,9 @@ components:
|
|||
- web_search_preview
|
||||
- web_search_preview_2025_03_11
|
||||
- web_search_2025_08_26
|
||||
search_context_size:
|
||||
anyOf:
|
||||
- type: string
|
||||
pattern: ^low|medium|high$
|
||||
- type: 'null'
|
||||
default: medium
|
||||
type: object
|
||||
title: OpenAIResponseInputToolChoiceWebSearch
|
||||
description: |-
|
||||
Indicates that the model should use web search to generate a response.
|
||||
|
||||
This is an alias for OpenAIResponseInputToolWebSearch used in tool_choice context.
|
||||
description: Indicates that the model should use web search to generate a response
|
||||
OpenAIResponseMessage-Output:
|
||||
properties:
|
||||
content:
|
||||
|
|
@ -8148,6 +8139,7 @@ components:
|
|||
title: AllowedToolsConfig
|
||||
type: object
|
||||
CustomToolConfig:
|
||||
description: Custom tool configuration for OpenAI-compatible chat completion requests.
|
||||
properties:
|
||||
name:
|
||||
title: Name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue