mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
fix: tone action param (#6824)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user