Skip to content

Commit 26a39e7

Browse files
edburnsCopilot
andauthored
Update src/site/markdown/documentation.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f0b2e63 commit 26a39e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/markdown/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ for (var event : history) {
303303
case AssistantMessageEvent assistant ->
304304
System.out.println("Assistant: " + assistant.getData().content());
305305
case ToolExecutionCompleteEvent tool ->
306-
System.out.println("Tool: " + tool.getData().toolName());
306+
System.out.println("Tool: " + tool.getData().toolCallId());
307307
default -> { }
308308
}
309309
}

0 commit comments

Comments
 (0)