Add files via upload

This commit is contained in:
公明
2026-06-26 23:10:11 +08:00
committed by GitHub
parent 7eeffb1933
commit e537236bf3
2 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -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',