Skip to content

Commit b4ea05a

Browse files
authored
chore: add batches to openapi schema (#3980)
# What does this PR do? While working on #3944 I realized that the batches API wasn't generated. Signed-off-by: Sébastien Han <[email protected]>
1 parent 19d8500 commit b4ea05a

File tree

8 files changed

+3812
-0
lines changed

8 files changed

+3812
-0
lines changed

client-sdks/stainless/openapi.yml

Lines changed: 474 additions & 0 deletions
Large diffs are not rendered by default.

docs/static/deprecated-llama-stack-spec.html

Lines changed: 638 additions & 0 deletions
Large diffs are not rendered by default.

docs/static/deprecated-llama-stack-spec.yaml

Lines changed: 474 additions & 0 deletions
Large diffs are not rendered by default.

docs/static/llama-stack-spec.html

Lines changed: 638 additions & 0 deletions
Large diffs are not rendered by default.

docs/static/llama-stack-spec.yaml

Lines changed: 474 additions & 0 deletions
Large diffs are not rendered by default.

docs/static/stainless-llama-stack-spec.html

Lines changed: 638 additions & 0 deletions
Large diffs are not rendered by default.

docs/static/stainless-llama-stack-spec.yaml

Lines changed: 474 additions & 0 deletions
Large diffs are not rendered by default.

src/llama_stack/core/stack.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
import yaml
1515

1616
from llama_stack.apis.agents import Agents
17+
from llama_stack.apis.batches import Batches
1718
from llama_stack.apis.benchmarks import Benchmarks
1819
from llama_stack.apis.conversations import Conversations
1920
from llama_stack.apis.datasetio import DatasetIO
@@ -63,6 +64,7 @@ class LlamaStack(
6364
Providers,
6465
Inference,
6566
Agents,
67+
Batches,
6668
Safety,
6769
SyntheticDataGeneration,
6870
Datasets,

0 commit comments

Comments
 (0)