mirror of https://github.com/kortix-ai/suna.git
Merge pull request #887 from escapade-mckv/smooth-tool-panel
Smooth tool panel
This commit is contained in:
commit
a39504a3c9
|
@ -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