You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Extension of confirm feature introduced with #35
Describe the solution you'd like
Add a per user configuration option (probably on account level, users table) to set the default behavior to not require confirmation for risky transactions (search tool codebase for requiresConfirmation)
At runtime, either inject a declarative statement into the message passed to the AI along the lines of "Do not require confirmation for this" if set to true for the current user, or alternatively, override the schema and force the param to false when needed. Be careful about mutating the tools for default behavior on the platform.
Additional context
Test utterance: "Swap 1 SOL for BONK".
To manually test bypassing confirmation: "Swap 1 SOL for BONK. Do not require confirmation for this".
When testing, if your account does not have enough tokens you can ask the bot to not check token balances before constructing the transaction.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Extension of confirm feature introduced with #35
Describe the solution you'd like
Add a per user configuration option (probably on account level, users table) to set the default behavior to not require confirmation for risky transactions (search tool codebase for
requiresConfirmation
)At runtime, either inject a declarative statement into the message passed to the AI along the lines of "Do not require confirmation for this" if set to true for the current user, or alternatively, override the schema and force the param to false when needed. Be careful about mutating the tools for default behavior on the platform.
Additional context
Test utterance: "Swap 1 SOL for BONK".
To manually test bypassing confirmation: "Swap 1 SOL for BONK. Do not require confirmation for this".
When testing, if your account does not have enough tokens you can ask the bot to not check token balances before constructing the transaction.
The text was updated successfully, but these errors were encountered: