mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-28 15:02:37 +00:00
chore: update OpenAPI spec files after brave search integration
- Updated llama-stack-spec.html - Updated llama-stack-spec.yaml - Auto-generated by API Spec Codegen hook
This commit is contained in:
parent
533c1323b8
commit
4087dcdd16
2 changed files with 6 additions and 0 deletions
3
docs/_static/llama-stack-spec.html
vendored
3
docs/_static/llama-stack-spec.html
vendored
|
@ -5418,6 +5418,7 @@
|
|||
{
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"web_search",
|
||||
"brave_search",
|
||||
"wolfram_alpha",
|
||||
"photogen",
|
||||
|
@ -5568,6 +5569,7 @@
|
|||
{
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"web_search",
|
||||
"brave_search",
|
||||
"wolfram_alpha",
|
||||
"photogen",
|
||||
|
@ -6941,6 +6943,7 @@
|
|||
{
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"web_search",
|
||||
"brave_search",
|
||||
"wolfram_alpha",
|
||||
"photogen",
|
||||
|
|
3
docs/_static/llama-stack-spec.yaml
vendored
3
docs/_static/llama-stack-spec.yaml
vendored
|
@ -3832,6 +3832,7 @@ components:
|
|||
oneOf:
|
||||
- type: string
|
||||
enum:
|
||||
- web_search
|
||||
- brave_search
|
||||
- wolfram_alpha
|
||||
- photogen
|
||||
|
@ -3928,6 +3929,7 @@ components:
|
|||
oneOf:
|
||||
- type: string
|
||||
enum:
|
||||
- web_search
|
||||
- brave_search
|
||||
- wolfram_alpha
|
||||
- photogen
|
||||
|
@ -4964,6 +4966,7 @@ components:
|
|||
oneOf:
|
||||
- type: string
|
||||
enum:
|
||||
- web_search
|
||||
- brave_search
|
||||
- wolfram_alpha
|
||||
- photogen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue