mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-08-12 22:20:23 +02:00
Add files via upload
This commit is contained in:
@@ -3119,7 +3119,7 @@ async function cancelMCPToolExecutionSubmit(executionId, userNote, options = {})
|
||||
}
|
||||
try {
|
||||
if (conversationId && typeof requestCancelWithContinue === 'function') {
|
||||
await requestCancelWithContinue(conversationId, userNote || '');
|
||||
await requestCancelWithContinue(conversationId, userNote || '', { executionId });
|
||||
} else {
|
||||
const res = await apiFetch(`/api/monitor/execution/${encodeURIComponent(executionId)}/cancel`, {
|
||||
method: 'POST',
|
||||
|
||||
Reference in New Issue
Block a user