Skip to content

Commit a25927f

Browse files
committed
fix(GmailTools): use autoThinking in GmailComposeCard generation
1 parent dee51f2 commit a25927f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

entrypoints/content/components/GmailTools/GmailComposeCard.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,7 @@ const start = async () => {
470470
prompt: userPrompt,
471471
system: systemPrompt,
472472
schema: 'emailCompose',
473+
autoThinking: true,
473474
abortSignal: abortController.signal,
474475
})
475476

0 commit comments

Comments
 (0)