mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 18:00:36 +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
|
|
@ -12002,18 +12002,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-Input:
|
||||
properties:
|
||||
content:
|
||||
|
|
@ -12420,6 +12411,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