addedInput schema / additionalProperties
Added value: +false
addedInput schema / properties / auto_detect_source
Added value: +{
+ "default": true,
+ "type": "boolean"
+}
addedInput schema / properties / cache_backend
Added value: +{
+ "default": "sqlite",
+ "type": "string"
+}
addedInput schema / properties / dry_run
Added value: +{
+ "default": false,
+ "type": "boolean"
+}
addedInput schema / properties / enable_polishing / description
Added value: +"Enable natural language polishing for more fluent translation"
removedInput schema / properties / enable_polishing / title
Removed value: -"Enable Polishing"
addedInput schema / properties / glossary_file
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+}
addedInput schema / properties / input_file / description
Added value: +"Path to the input PowerPoint file (.pptx)"
removedInput schema / properties / input_file / title
Removed value: -"Input File"
changedInput schema / properties / model_id / default
Previous value: -"us.anthropic.claude-3-7-sonnet-20250219-v1:0"New value: +"openai.gpt-5.6-terra"
addedInput schema / properties / model_id / description
Added value: +"Amazon Bedrock Mantle model ID to use for translation"
removedInput schema / properties / model_id / title
Removed value: -"Model Id"
addedInput schema / properties / output_file / description
Added value: +"Path to save the translated file (optional, auto-generated if not provided)"
removedInput schema / properties / output_file / title
Removed value: -"Output File"
addedInput schema / properties / slide_numbers / description
Added value: +"Comma-separated slide numbers to translate (e.g., \"1,3,5\" or \"2-4,7\")"
removedInput schema / properties / slide_numbers / title
Removed value: -"Slide Numbers"
addedInput schema / properties / slide_workers
Added value: +{
+ "default": 4,
+ "description": "Maximum parallel workers within this presentation",
+ "type": "integer"
+}
addedInput schema / properties / slides_per_worker
Added value: +{
+ "default": 30,
+ "description": "Number of slides assigned to each worker",
+ "type": "integer"
+}
addedInput schema / properties / source_language
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+}
changedInput schema / properties / target_language / default
Previous value: -"ko"New value: +"ja"
addedInput schema / properties / target_language / description
Added value: +"Target language code (e.g., 'ko', 'ja', 'es', 'fr', 'de')"
removedInput schema / properties / target_language / title
Removed value: -"Target Language"
addedInput schema / properties / translate_charts
Added value: +{
+ "default": true,
+ "type": "boolean"
+}
removedOutput schema / properties / result / title
Removed value: -"Result"
removedOutput schema / title
Removed value: -"_WrappedResult"