docs: add docstrings to public classes and functions#5267
Merged
leseb merged 3 commits intollamastack:mainfrom Mar 26, 2026
Merged
docs: add docstrings to public classes and functions#5267leseb merged 3 commits intollamastack:mainfrom
leseb merged 3 commits intollamastack:mainfrom
Conversation
Contributor
✱ Stainless preview buildsThis PR will update the ❗ llama-stack-client-openapi studio
❗ llama-stack-client-go studio
❗ llama-stack-client-python studio
❗ llama-stack-client-node studio
This comment is auto-generated by GitHub Actions and is automatically kept up to date as you push. |
leseb
approved these changes
Mar 25, 2026
leseb
approved these changes
Mar 25, 2026
Collaborator
|
@gyliu513 please fix conflicst |
f096d00 to
3921257
Compare
skamenan7
added a commit
to skamenan7/llama-stack
that referenced
this pull request
Mar 26, 2026
…ort.py Upstream PR llamastack#5267 added a docstring to get_langid() in ifeval_utils.py. Since that function now lives in ifeval_support.py after the split, carry the docstring over to the correct location. Signed-off-by: skamenan7 <skamenan@redhat.com>
leseb
added a commit
to leseb/llama-stack
that referenced
this pull request
Mar 26, 2026
The merge with upstream/main brought in docstrings from PR llamastack#5267 which, combined with the structlog migration changes, pushed stack.py to 1015 lines. Condensed multi-line Args/Returns/Raises docstrings into concise single-line summaries to bring the file back under the pre-commit file size limit. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Sébastien Han <seb@redhat.com>
skamenan7
added a commit
to skamenan7/llama-stack
that referenced
this pull request
Mar 26, 2026
…ort.py Upstream PR llamastack#5267 added a docstring to get_langid() in ifeval_utils.py. Since that function now lives in ifeval_support.py after the split, carry the docstring over to the correct location. Signed-off-by: skamenan7 <skamenan@redhat.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Test Plan