Commit ecbabdf
authored
Update tools.adoc Corrected incorrect punctuation usage
Original:
ChatOptions chatOptions = ToolCallingChatOptions.builder()
.toolCallbacks(customerTools)
.toolContext(Map.of("tenantId", "acme"))
.build():
After Change:
ChatOptions chatOptions = ToolCallingChatOptions.builder()
.toolCallbacks(customerTools)
.toolContext(Map.of("tenantId", "acme"))
.build();
Signed-off-by: Hu Shihao <[email protected]>1 parent 4fc6edd commit ecbabdf
File tree
1 file changed
+1
-1
lines changed- spring-ai-docs/src/main/antora/modules/ROOT/pages/api
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
970 | 970 | | |
971 | 971 | | |
972 | 972 | | |
973 | | - | |
| 973 | + | |
974 | 974 | | |
975 | 975 | | |
976 | 976 | | |
| |||
0 commit comments