fix: tone action param (#6824)

This commit is contained in:
pengx17
2024-05-07 12:42:34 +00:00
parent 0912fe113f
commit e85548b393

View File

@@ -82,7 +82,7 @@ export function setupAIProvider() {
return textToText({
...options,
params: {
tone: options.tone,
tone: options.tone.toLowerCase(),
},
content: options.input,
promptName: 'Change tone to',