Skip to content

Commit fa37776

Browse files
committed
remove unused
1 parent 6996487 commit fa37776

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

frontend/app/aipanel/waveai-model.tsx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -606,17 +606,6 @@ export class WaveAIModel {
606606
return globalStore.get(this.chatId);
607607
}
608608

609-
toolUseKeepalive(toolcallid: string) {
610-
RpcApi.WaveAIToolApproveCommand(
611-
TabRpcClient,
612-
{
613-
toolcallid: toolcallid,
614-
keepalive: true,
615-
},
616-
{ noresponse: true }
617-
);
618-
}
619-
620609
toolUseSendApproval(toolcallid: string, approval: string) {
621610
RpcApi.WaveAIToolApproveCommand(TabRpcClient, {
622611
toolcallid: toolcallid,

0 commit comments

Comments
 (0)