We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc71357 commit b99ab57Copy full SHA for b99ab57
src/ai/providers.tsx
@@ -189,7 +189,7 @@ Your Task:
189
Analyze the user's message and return the appropriate tools as a **JSON array of strings**.
190
191
Rules:
192
-- Only include the askForConfirmation tool if the user's message requires a transaction signature
+- Only include the askForConfirmation tool if the user's message requires a transaction signature or if they are creating an action.
193
- Only return the toolsets in the format: ["toolset1", "toolset2", ...].
194
- Do not add any text, explanations, or comments outside the array.
195
- Be minimal — include only the toolsets necessary to handle the request.
0 commit comments