mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 07:14:20 +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",
|
"type": "string",
|
||||||
"enum": [
|
"enum": [
|
||||||
|
"web_search",
|
||||||
"brave_search",
|
"brave_search",
|
||||||
"wolfram_alpha",
|
"wolfram_alpha",
|
||||||
"photogen",
|
"photogen",
|
||||||
|
@ -5568,6 +5569,7 @@
|
||||||
{
|
{
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"enum": [
|
||||||
|
"web_search",
|
||||||
"brave_search",
|
"brave_search",
|
||||||
"wolfram_alpha",
|
"wolfram_alpha",
|
||||||
"photogen",
|
"photogen",
|
||||||
|
@ -6941,6 +6943,7 @@
|
||||||
{
|
{
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"enum": [
|
||||||
|
"web_search",
|
||||||
"brave_search",
|
"brave_search",
|
||||||
"wolfram_alpha",
|
"wolfram_alpha",
|
||||||
"photogen",
|
"photogen",
|
||||||
|
|
3
docs/_static/llama-stack-spec.yaml
vendored
3
docs/_static/llama-stack-spec.yaml
vendored
|
@ -3832,6 +3832,7 @@ components:
|
||||||
oneOf:
|
oneOf:
|
||||||
- type: string
|
- type: string
|
||||||
enum:
|
enum:
|
||||||
|
- web_search
|
||||||
- brave_search
|
- brave_search
|
||||||
- wolfram_alpha
|
- wolfram_alpha
|
||||||
- photogen
|
- photogen
|
||||||
|
@ -3928,6 +3929,7 @@ components:
|
||||||
oneOf:
|
oneOf:
|
||||||
- type: string
|
- type: string
|
||||||
enum:
|
enum:
|
||||||
|
- web_search
|
||||||
- brave_search
|
- brave_search
|
||||||
- wolfram_alpha
|
- wolfram_alpha
|
||||||
- photogen
|
- photogen
|
||||||
|
@ -4964,6 +4966,7 @@ components:
|
||||||
oneOf:
|
oneOf:
|
||||||
- type: string
|
- type: string
|
||||||
enum:
|
enum:
|
||||||
|
- web_search
|
||||||
- brave_search
|
- brave_search
|
||||||
- wolfram_alpha
|
- wolfram_alpha
|
||||||
- photogen
|
- photogen
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue