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 6996487 commit fa37776Copy full SHA for fa37776
1 file changed
frontend/app/aipanel/waveai-model.tsx
@@ -606,17 +606,6 @@ export class WaveAIModel {
606
return globalStore.get(this.chatId);
607
}
608
609
- toolUseKeepalive(toolcallid: string) {
610
- RpcApi.WaveAIToolApproveCommand(
611
- TabRpcClient,
612
- {
613
- toolcallid: toolcallid,
614
- keepalive: true,
615
- },
616
- { noresponse: true }
617
- );
618
- }
619
-
620
toolUseSendApproval(toolcallid: string, approval: string) {
621
RpcApi.WaveAIToolApproveCommand(TabRpcClient, {
622
toolcallid: toolcallid,
0 commit comments