mirror of https://github.com/kortix-ai/suna.git
merge main to tool panel branch
This commit is contained in:
parent
8a6a963c2c
commit
8c758837dc
|
@ -196,7 +196,7 @@ export function ToolCallSidePanel({
|
||||||
displayIndex = completedIndex;
|
displayIndex = completedIndex;
|
||||||
displayTotalCalls = totalCompletedCalls;
|
displayTotalCalls = totalCompletedCalls;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const currentToolName = displayToolCall?.assistantCall?.name || 'Tool Call';
|
const currentToolName = displayToolCall?.assistantCall?.name || 'Tool Call';
|
||||||
const CurrentToolIcon = getToolIcon(
|
const CurrentToolIcon = getToolIcon(
|
||||||
|
|
Loading…
Reference in New Issue