mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-12 05:54:38 +00:00
remove hack from openapi generator
This commit is contained in:
parent
75ac0b2db1
commit
96f3058145
3 changed files with 25 additions and 30 deletions
|
@ -2470,7 +2470,7 @@ info:
|
|||
description: "This is the specification of the llama stack that provides\n \
|
||||
\ a set of endpoints and their corresponding interfaces that are tailored\
|
||||
\ to\n best leverage Llama Models. The specification is still in\
|
||||
\ draft and subject to change.\n Generated at 2024-09-11 14:17:44.361462"
|
||||
\ draft and subject to change.\n Generated at 2024-09-11 14:20:37.290525"
|
||||
title: '[DRAFT] Llama Stack Specification'
|
||||
version: 0.0.1
|
||||
jsonSchemaDialect: https://json-schema.org/draft/2020-12/schema
|
||||
|
@ -3445,17 +3445,17 @@ security:
|
|||
servers:
|
||||
- url: http://any-hosted-llama-stack.com
|
||||
tags:
|
||||
- name: RewardScoring
|
||||
- name: Inference
|
||||
- name: Telemetry
|
||||
- name: Evaluations
|
||||
- name: PostTraining
|
||||
- name: Datasets
|
||||
- name: SyntheticDataGeneration
|
||||
- name: BatchInference
|
||||
- name: Inference
|
||||
- name: AgenticSystem
|
||||
- name: Safety
|
||||
- name: SyntheticDataGeneration
|
||||
- name: Datasets
|
||||
- name: PostTraining
|
||||
- name: Memory
|
||||
- name: RewardScoring
|
||||
- name: BatchInference
|
||||
- name: AgenticSystem
|
||||
- description: <SchemaDefinition schemaRef="#/components/schemas/BuiltinTool" />
|
||||
name: BuiltinTool
|
||||
- description: <SchemaDefinition schemaRef="#/components/schemas/CompletionMessage"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue