mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-04 10:10:36 +00:00
wip
Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
parent
a019d0e02a
commit
ec702ac3fb
1 changed files with 0 additions and 46 deletions
46
docs/static/stainless-llama-stack-spec.yaml
vendored
46
docs/static/stainless-llama-stack-spec.yaml
vendored
|
|
@ -2187,52 +2187,6 @@ paths:
|
||||||
type: string
|
type: string
|
||||||
in: path
|
in: path
|
||||||
deprecated: false
|
deprecated: false
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
/v1/synthetic-data-generation/generate:
|
|
||||||
post:
|
|
||||||
responses:
|
|
||||||
'200':
|
|
||||||
description: >-
|
|
||||||
Response containing filtered synthetic data samples and optional statistics
|
|
||||||
content:
|
|
||||||
application/json:
|
|
||||||
schema:
|
|
||||||
$ref: '#/components/schemas/SyntheticDataGenerationResponse'
|
|
||||||
'400':
|
|
||||||
$ref: '#/components/responses/BadRequest400'
|
|
||||||
'429':
|
|
||||||
$ref: >-
|
|
||||||
#/components/responses/TooManyRequests429
|
|
||||||
'500':
|
|
||||||
$ref: >-
|
|
||||||
#/components/responses/InternalServerError500
|
|
||||||
default:
|
|
||||||
$ref: '#/components/responses/DefaultError'
|
|
||||||
tags:
|
|
||||||
- SyntheticDataGeneration (Coming Soon)
|
|
||||||
summary: >-
|
|
||||||
Generate synthetic data based on input dialogs and apply filtering.
|
|
||||||
description: >-
|
|
||||||
Generate synthetic data based on input dialogs and apply filtering.
|
|
||||||
|
|
||||||
:param dialogs: List of conversation messages to use as input for synthetic
|
|
||||||
data generation
|
|
||||||
:param filtering_function: Type of filtering to apply to generated
|
|
||||||
synthetic data samples
|
|
||||||
:param model: (Optional) The identifier of the model to use. The model
|
|
||||||
must be registered with Llama Stack and available via the /models endpoint
|
|
||||||
:returns: Response containing filtered synthetic data samples and
|
|
||||||
optional statistics
|
|
||||||
parameters: []
|
|
||||||
requestBody:
|
|
||||||
content:
|
|
||||||
application/json:
|
|
||||||
schema:
|
|
||||||
$ref: '#/components/schemas/SyntheticDataGenerateRequest'
|
|
||||||
required: true
|
|
||||||
deprecated: false
|
|
||||||
>>>>>>> 0e623067d (chore: use Pydantic to generate OpenAPI schema)
|
|
||||||
/v1/tool-runtime/invoke:
|
/v1/tool-runtime/invoke:
|
||||||
post:
|
post:
|
||||||
responses:
|
responses:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue