We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76a1dbe commit aaf1589Copy full SHA for aaf1589
spring-ai-docs/src/main/antora/modules/ROOT/pages/api/tools.adoc
@@ -254,7 +254,7 @@ ChatModel chatModel = ...
254
ToolCallback[] dateTimeTools = ToolCallbacks.from(new DateTimeTools());
255
ChatOptions chatOptions = ToolCallingChatOptions.builder()
256
.toolCallbacks(dateTimeTools)
257
- .build():
+ .build();
258
Prompt prompt = new Prompt("What day is tomorrow?", chatOptions);
259
chatModel.call(prompt);
260
----
0 commit comments