We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bcdd27 commit c362e12Copy full SHA for c362e12
gui/src/pages/gui/ToolCallDiv/ToolCallStatusMessage.tsx
@@ -11,7 +11,6 @@ export function ToolCallStatusMessage({
11
tool,
12
toolCallState,
13
}: ToolCallStatusMessageProps) {
14
-
15
if (!tool) return "Agent tool use";
16
17
const toolName = tool.displayTitle ?? tool.function.name;
0 commit comments