feat(workflow): workflow as tool output schema (#26241)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com> Co-authored-by: Novice <novice12185727@gmail.com>
This commit is contained in:
@@ -113,6 +113,13 @@ const translation = {
|
||||
description: 'Description',
|
||||
descriptionPlaceholder: 'Description of the parameter\'s meaning',
|
||||
},
|
||||
toolOutput: {
|
||||
title: 'Tool Output',
|
||||
name: 'Name',
|
||||
reserved: 'Reserved',
|
||||
reservedParameterDuplicateTip: 'text, json, and files are reserved variables. Variables with these names cannot appear in the output schema.',
|
||||
description: 'Description',
|
||||
},
|
||||
customDisclaimer: 'Custom disclaimer',
|
||||
customDisclaimerPlaceholder: 'Please enter custom disclaimer',
|
||||
confirmTitle: 'Confirm to save ?',
|
||||
|
||||
Reference in New Issue
Block a user