docs: remove stray comma in README tools example comment#5149
Merged
DouweM merged 1 commit intopydantic:mainfrom Apr 21, 2026
Merged
docs: remove stray comma in README tools example comment#5149DouweM merged 1 commit intopydantic:mainfrom
DouweM merged 1 commit intopydantic:mainfrom
Conversation
The comment had "will, be guaranteed" which read awkwardly. Drop the extra comma to match the phrasing used in docs/index.md. Co-Authored-By: Claude Opus 4.7 <[email protected]>
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
In the README's "Tools & Dependency Injection Example" code block, the inline comment above
output_type=SupportOutputread:# The response from the agent will, be guaranteed to be a SupportOutput,Remove the stray comma after
willso the comment reads as intended:# The response from the agent will be guaranteed to be a SupportOutput,Why
Small README polish — the comma-splice made a landing-page code comment slightly awkward to read. The equivalent prose in
docs/index.mdalready uses "will be guaranteed", so this aligns the README with the docs.No code, behavior, or public API changes. One line in
README.md.Co-Authored-By: Claude Opus 4.7 [email protected]
Part of open-source blockchain work from kcolbchain.com — maintained by Abhishek Krishna. PR opened via kcolbchain contrib-bot.