Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Replaced incorrect all_message() with new_messages() #1566

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 24, 2025

Conversation

ag14774
Copy link
Contributor

@ag14774 ag14774 commented Apr 21, 2025

Minor documentation fix in graph.md. Changed to use new_messages() instead of all_messages() when appending to a list of messages.

Closes #1562

Copy link
Contributor

hyperlint-ai bot commented Apr 21, 2025

PR Change Summary

Updated documentation to replace incorrect method references in message handling.

  • Replaced instances of all_messages() with new_messages() in message appending logic.
  • Corrected method usage in multiple sections of the documentation.

Modified Files

  • docs/graph.md

How can I customize these reviews?

Check out the Hyperlint AI Reviewer docs for more information on how to customize the review.

If you just want to ignore it on this PR, you can add the hyperlint-ignore label to the PR. Future changes won't trigger a Hyperlint review.

Note specifically for link checks, we only check the first 30 links in a file and we cache the results for several hours (for instance, if you just added a page, you might experience this). Our recommendation is to add hyperlint-ignore to the PR to ignore the link check for this PR.

@DouweM
Copy link
Contributor

DouweM commented Apr 23, 2025

@Kludex This makes sense right?

Copy link
Member

@Kludex Kludex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it does make sense.

Thanks! 🙏

@Kludex Kludex merged commit 22734e2 into pydantic:main Apr 24, 2025
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

In graph documentation, why is all_messages used rather than new_messages when tracking message history state?
3 participants