mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 15:23:51 +00:00
added more docs
This commit is contained in:
parent
dad480ded7
commit
6778359493
3 changed files with 12 additions and 15 deletions
|
@ -237,7 +237,6 @@ class AgenticSystemExecuteResponseStreamChunk:
|
||||||
|
|
||||||
|
|
||||||
class AgenticSystem(Protocol):
|
class AgenticSystem(Protocol):
|
||||||
"""Set of methods that can be called on the agentic system."""
|
|
||||||
|
|
||||||
@webmethod(route="/agentic_system/create")
|
@webmethod(route="/agentic_system/create")
|
||||||
def create_agentic_system(
|
def create_agentic_system(
|
||||||
|
|
|
@ -3318,21 +3318,20 @@
|
||||||
],
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
{
|
{
|
||||||
"name": "Datasets"
|
"name": "PostTraining"
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "AgenticSystem",
|
|
||||||
"x-displayName": "Set of methods that can be called on the agentic system."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "MemoryBanks"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Inference",
|
"name": "Inference",
|
||||||
"x-displayName": "Set of methods that can be called on the inference service."
|
"x-displayName": "Set of methods that can be called on the inference service."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "PostTraining"
|
"name": "MemoryBanks"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Datasets"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "AgenticSystem"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "SyntheticDataGeneration"
|
"name": "SyntheticDataGeneration"
|
||||||
|
|
|
@ -2015,13 +2015,12 @@ security:
|
||||||
servers:
|
servers:
|
||||||
- url: http://any-hosted-llama-stack.com
|
- url: http://any-hosted-llama-stack.com
|
||||||
tags:
|
tags:
|
||||||
- name: Datasets
|
- name: PostTraining
|
||||||
- name: AgenticSystem
|
|
||||||
x-displayName: Set of methods that can be called on the agentic system.
|
|
||||||
- name: MemoryBanks
|
|
||||||
- name: Inference
|
- name: Inference
|
||||||
x-displayName: Set of methods that can be called on the inference service.
|
x-displayName: Set of methods that can be called on the inference service.
|
||||||
- name: PostTraining
|
- name: MemoryBanks
|
||||||
|
- name: Datasets
|
||||||
|
- name: AgenticSystem
|
||||||
- name: SyntheticDataGeneration
|
- name: SyntheticDataGeneration
|
||||||
- name: RewardScoring
|
- name: RewardScoring
|
||||||
- description: <SchemaDefinition schemaRef="#/components/schemas/ShieldConfig" />
|
- description: <SchemaDefinition schemaRef="#/components/schemas/ShieldConfig" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue