docs: fix single-step tutorial response output - #2702
Merged
Conversation
Contributor
|
🌿 Preview your docs: https://nvidia-preview-ananthsub-fix-single-step-tutorial-output.docs.buildwithfern.com/nemo/gym Here are the markdown pages you've updated: |
ananthsub
force-pushed
the
ananthsub/fix-single-step-tutorial-output
branch
from
August 25, 2026 20:17
a817d98 to
6cca686
Compare
Contributor
Author
|
/ok to test 6cca686 |
2 tasks
init-nikhil
approved these changes
Aug 26, 2026
Add the required Responses message discriminator and completion status so the documented verifier test validates against the current schema. Signed-off-by: Ananth Subramaniam <ansubramania@nvidia.com>
ananthsub
force-pushed
the
ananthsub/fix-single-step-tutorial-output
branch
from
August 26, 2026 08:42
6cca686 to
a6ba967
Compare
ananthsub
enabled auto-merge (squash)
August 26, 2026 08:42
Contributor
Author
|
/ok to test a6ba967 |
ananthsub
added a commit
that referenced
this pull request
Aug 26, 2026
## Summary - Update the generated file tree to include the package initializers and verifier fixture cases. - Preserve the scaffolded stateless verifier, verifier mixin, and `VERIFIER_FIXTURE` while adding the tutorial's weather tool behavior. - Document fixture cases for the reward contract and retain a focused unit test for the weather tool. - Retain the Responses message discriminator and completion status correction from #2702. ## Test plan - [x] `cd fern && npm run check` - [x] Replay the documented app, verifier cases, and tests against the current scaffold Closes #2696. --------- Signed-off-by: Ananth Subramaniam <ansubramania@nvidia.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.
Summary
type: "message"discriminator to the tutorial's assistant output fixture.Test plan
gym env test --resources-server my_weather_tool.cd fern && npm run check.Closes #2695.