Add skip_translate_if_provided option to bypass translation when target exists (multi-task mode only) - #7
Merged
Conversation
Co-authored-by: trotacodigos <82924238+trotacodigos@users.noreply.github.com>
Co-authored-by: trotacodigos <82924238+trotacodigos@users.noreply.github.com>
Co-authored-by: trotacodigos <82924238+trotacodigos@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add option to skip translate agent when translation exists
Add skip_translate_if_provided option to bypass translation when target exists
Dec 28, 2025
Owner
|
@copilot You're right that this feature should only be applied to multitasker, not on singletasker. |
…r multi-task Co-authored-by: trotacodigos <82924238+trotacodigos@users.noreply.github.com>
Contributor
Author
Copilot
AI
changed the title
Add skip_translate_if_provided option to bypass translation when target exists
Add skip_translate_if_provided option to bypass translation when target exists (multi-task mode only)
Dec 28, 2025
|
|
||
| # Skip translate agent if translation is already provided in the 'target' column | ||
| # Only applicable for multi-task mode | ||
| skip_translate_if_provided: false |
Owner
There was a problem hiding this comment.
Prefer the default value to be True.
trotacodigos
requested changes
Dec 28, 2025
trotacodigos
left a comment
Owner
There was a problem hiding this comment.
The default value of skip_translate_if_provided should be true.
trotacodigos
marked this pull request as ready for review
December 28, 2025 04:33
Copilot stopped work on behalf of
trotacodigos due to an error
December 28, 2025 04:34
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.
Implements optional translation skipping when input data already contains translations in the
targetcolumn. This feature is only available for multi-task mode.Changes
Multi-task mode (
agents/modules/multitasker.py)skip_translate_if_provided: trueand valid target existsConfiguration
skip_translate_if_provided: falsetomulti.yamlfalsepreserves existing behaviorDocumentation
Skip conditions (all required):
targetfield exists, is string type, and non-emptyUsage
With this enabled in multi-task mode, rows containing translations in the
targetcolumn bypass the translate agent entirely and proceed directly to postedit → proofread.Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.