We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dynamic_tool_call
1 parent d5b7690 commit 0ee302eCopy full SHA for 0ee302e
1 file changed
apps/web/src/session-logic.ts
@@ -169,6 +169,7 @@ function requestKindFromRequestType(requestType: unknown): PendingApproval["requ
169
switch (requestType) {
170
case "command_execution_approval":
171
case "exec_command_approval":
172
+ case "dynamic_tool_call":
173
return "command";
174
case "file_read_approval":
175
return "file-read";
0 commit comments