Replies: 1 comment 1 reply
-
See #968. This is on the docket, but I need to set some time aside to figure out the best way to do it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be nice if tool confirmation were a bit more programmable.
In my specific case:
The simplest solution, IMO, is to allow the tool's
:confirm
parameter to be a synchronous function that:allow
,deny
(maybe with an optional reason?),ask
, or a string (to be displayed in the buffer as the tool confirmation).A more flexible alternative would be to have the tool call some kind of
gptel-ask-confirmation
function, but that starts turning into callback hell pretty quickly.Beta Was this translation helpful? Give feedback.
All reactions