docs(blog): correct rehydrate translation - #4768
Merged
Merged
Conversation
Replace the literal Chinese translation with state-recovery wording while retaining the English runtime term for clarity. Generated-by: OpenAI Codex
Sun-GLiang
force-pushed
the
fix/rehydrate-translation
branch
from
September 4, 2026 10:14
f329e4b to
6ab35ed
Compare
Astro-Han
approved these changes
Sep 5, 2026
Astro-Han
left a comment
Contributor
There was a problem hiding this comment.
Approving at 6ab35ed. 「水合」was a literal calque; 「恢复执行状态(Rehydrate)」in prose and 「恢复会话上下文(Rehydrate)」in the diagram read naturally and keep the English term for cross-reference. The two English-only diagrams (lines 393, 454) are correctly left alone, and the file is the only one in docs/ using the old wording. Merges clean.
3 tasks
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
Correct the literal Chinese translation of
rehydratein the Beyond Function Calling blog:恢复执行状态(Rehydrate)in Chinese prose;恢复会话上下文(Rehydrate)in the Chinese diagram;Rehydrateunchanged in English-only diagrams and leave the English article unchanged.Fixes #4767
Verification
git diff --check upstream/main...HEADgit diff --name-only upstream/main...HEADcontains onlydocs/blogs/beyond-function-calling.zh-CN.md.AI use
Select exactly one:
Tool(s) and scope:
Checklist
Does this PR entail a change in behavior?