Skip to content

Commit

Permalink
fix: tone action param (#6824)
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed May 7, 2024
1 parent 0912fe1 commit e85548b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit e85548b

Please sign in to comment.