Skip to content

Commit

Permalink
fix sample code in bedrock-converse.adoc
Browse files Browse the repository at this point in the history
Signed-off-by: jonghoon park <[email protected]>
  • Loading branch information
dev-jonghoonpark authored and ilayaperumalg committed Feb 19, 2025
1 parent 8e23422 commit b97531b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ var options = ToolCallingChatOptions.builder()
String response = ChatClient.create(this.chatModel)
.prompt("What is current weather in Amsterdam?")
.options()
.call(options)
.options(options)
.call()
.content();
----

Expand Down

0 comments on commit b97531b

Please sign in to comment.