mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-08-29 06:00:52 +02:00
Fix finalization cleanup for pending tool executions
This commit is contained in:
@@ -4428,7 +4428,7 @@ function renderProcessDetails(messageId, processDetails, options) {
|
||||
}
|
||||
}
|
||||
}
|
||||
if (!timelineOpts.toolStatus && eventType === 'tool_call' && detail.id && toolStatusByProcessDetailId.has(String(detail.id))) {
|
||||
if (eventType === 'tool_call' && detail.id && toolStatusByProcessDetailId.has(String(detail.id))) {
|
||||
timelineOpts.toolStatus = toolStatusByProcessDetailId.get(String(detail.id));
|
||||
}
|
||||
const itemId = addTimelineItem(timeline, eventType, timelineOpts);
|
||||
|
||||
Reference in New Issue
Block a user