Skip to content

Commit c362e12

Browse files
prettier
1 parent 2bcdd27 commit c362e12

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gui/src/pages/gui/ToolCallDiv/ToolCallStatusMessage.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ export function ToolCallStatusMessage({
1111
tool,
1212
toolCallState,
1313
}: ToolCallStatusMessageProps) {
14-
1514
if (!tool) return "Agent tool use";
1615

1716
const toolName = tool.displayTitle ?? tool.function.name;

0 commit comments

Comments
 (0)