Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Greptile SummaryThis PR updates translations across 5 languages (German, Spanish, French, Japanese, Chinese) to reflect recent changes to the Memory tool documentation. The updates follow the automated translation workflow triggered by PR #2515, which introduced significant changes to the memory management system. Key changes:
All translations accurately reflect the English source content with proper technical terminology, consistent formatting, and preserved code examples. Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant Trigger as PR #2515 Merged
participant GH as GitHub Actions
participant Lingo as Lingo.dev AI
participant EN as English Docs
participant DE as German Docs
participant ES as Spanish Docs
participant FR as French Docs
participant JA as Japanese Docs
participant ZH as Chinese Docs
participant Lock as i18n.lock
Trigger->>GH: Detect changes to en/tools/memory.mdx
GH->>EN: Read updated English content
EN->>Lingo: Send source content
par Translate to all languages
Lingo->>DE: Translate to German
Lingo->>ES: Translate to Spanish
Lingo->>FR: Translate to French
Lingo->>JA: Translate to Japanese
Lingo->>ZH: Translate to Chinese
end
par Update documentation files
DE->>GH: Write de/tools/memory.mdx
ES->>GH: Write es/tools/memory.mdx
FR->>GH: Write fr/tools/memory.mdx
JA->>GH: Write ja/tools/memory.mdx
ZH->>GH: Write zh/tools/memory.mdx
ZH->>GH: Fix zh/tools/intercom.mdx formatting
end
GH->>Lock: Update content hashes
GH->>Trigger: Create PR #2530
|
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
Automated translation updates triggered by changes to documentation.
This PR was automatically created after content changes were made, updating translations for all supported languages using Lingo.dev AI translation engine.
Original trigger: fix(models): memory fixes, provider code typing, cost calculation cleanup (#2515)
improvement(memory): should not be block scoped
cleanup provider code
update other providers
cleanup fallback code
remove flaky test
fix memory
move streaming fix to right level
cleanup streaming server
make memories workspace scoped
update docs
fix dedup logic
fix streaming parsing issue for multiple onStream calls for same block
fix(provieders): support parallel agent tool calls, consolidate utils
address greptile comments
remove all comments
fixed openrouter response format handling, groq & cerebras response formats
removed duplicate type
Co-authored-by: waleed walif6@gmail.com
Commit: 8c2c49e
Workflow: https://github.com/simstudioai/sim/actions/runs/20447229677
Type of Change
Testing
This PR includes automated translations for modified English documentation content:
What reviewers should focus on:
Checklist
Screenshots/Videos