Skip to content

Conversation

@leseb
Copy link
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
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: llamastack#4344
Signed-off-by: Sébastien Han <seb@redhat.com>
@ashwinb ashwinb merged commit 7006630 into llamastack:main Dec 15, 2025
38 checks passed
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