From ec702ac3fba00e583875a3bb2cbef0117ee3e51a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Han?= Date: Thu, 30 Oct 2025 17:56:42 +0100 Subject: [PATCH] wip MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sébastien Han --- docs/static/stainless-llama-stack-spec.yaml | 46 --------------------- 1 file changed, 46 deletions(-) diff --git a/docs/static/stainless-llama-stack-spec.yaml b/docs/static/stainless-llama-stack-spec.yaml index 496fdbdf6..120c20b6a 100644 --- a/docs/static/stainless-llama-stack-spec.yaml +++ b/docs/static/stainless-llama-stack-spec.yaml @@ -2187,52 +2187,6 @@ paths: type: string in: path 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: post: responses: