mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 18:00:36 +00:00
precommit
This commit is contained in:
parent
9dbeeaca97
commit
d2103eb868
1 changed files with 1 additions and 5 deletions
|
|
@ -403,11 +403,7 @@ class OpenAIResponseText(BaseModel):
|
||||||
|
|
||||||
|
|
||||||
# Must match type Literals of OpenAIResponseInputToolWebSearch below
|
# Must match type Literals of OpenAIResponseInputToolWebSearch below
|
||||||
WebSearchToolTypes = [
|
WebSearchToolTypes = ["web_search", "web_search_preview", "web_search_preview_2025_03_11"]
|
||||||
"web_search",
|
|
||||||
"web_search_preview",
|
|
||||||
"web_search_preview_2025_03_11",
|
|
||||||
]
|
|
||||||
|
|
||||||
|
|
||||||
@json_schema_type
|
@json_schema_type
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue