Skip to content

feat: convert Datasets API to use FastAPI router#4359

Merged
ashwinb merged 1 commit intoogx-ai:mainfrom
leseb:routeur-datasets
Dec 15, 2025
Merged

feat: convert Datasets API to use FastAPI router#4359
ashwinb merged 1 commit intoogx-ai:mainfrom
leseb:routeur-datasets

Conversation

@leseb
Copy link
Copy Markdown
Collaborator

@leseb leseb commented Dec 9, 2025

What does this PR do?

Convert the Datasets API from webmethod decorators to FastAPI router
pattern.

Fixes: #4344

Test Plan

CI

@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Meta Open Source bot. label Dec 9, 2025
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Dec 9, 2025

✱ Stainless preview builds

This PR will update the llama-stack-client SDKs with the following commit message.

feat: convert Datasets API to use FastAPI router
⚠️ llama-stack-client-node studio · code

There was a regression in your SDK.
generate ⚠️build ✅lint ✅test ✅

npm install https://pkg.stainless.com/s/llama-stack-client-node/a52b7ee0bd64a843134b2354e95502da2fe55f66/dist.tar.gz
⚠️ llama-stack-client-kotlin studio · code

There was a regression in your SDK.
generate ⚠️lint ✅test ❗

⚠️ llama-stack-client-python studio · conflict

There was a regression in your SDK.

⚠️ llama-stack-client-go studio · code

There was a regression in your SDK.
generate ❗lint ❗test ❗

go get github.com/stainless-sdks/llama-stack-client-go@d96d09c37bcbe974830334bb283ecd5daa2b0a2c

This comment is auto-generated by GitHub Actions and is automatically kept up to date as you push.
Last updated: 2025-12-15 19:31:52 UTC

@leseb leseb force-pushed the routeur-datasets branch 2 times, most recently from 7578f8a to cd698de Compare December 10, 2025 14:06
Convert the Datasets API from @webmethod decorators to FastAPI router
pattern.

Fixes: ogx-ai#4344
Signed-off-by: Sébastien Han <seb@redhat.com>
@ashwinb ashwinb merged commit 7006630 into ogx-ai:main Dec 15, 2025
38 checks passed
@leseb leseb deleted the routeur-datasets branch December 16, 2025 08:25
r-bit-rry pushed a commit to r-bit-rry/llama-stack that referenced this pull request Dec 23, 2025
# What does this PR do?

Convert the Datasets API from webmethod decorators to FastAPI router
pattern.

Fixes: ogx-ai#4344

## Test Plan
CI

Signed-off-by: Sébastien Han <seb@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Meta Open Source bot.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Convert datasets API to use a FastAPI router

2 participants