Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgotteiner committed Nov 6, 2024
1 parent 5c7f349 commit 1eeb8a1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ public Anthropic3ChatOptions getOptions() {
}

public void setOptions(Anthropic3ChatOptions options) {
Assert.notNull(options, "AnthropicChatOptions must not be null");
Assert.notNull(options.getTemperature(), "AnthropicChatOptions.temperature must not be null");
Assert.notNull(options, "Anthropic3ChatOptions must not be null");
Assert.notNull(options.getTemperature(), "Anthropic3ChatOptions.temperature must not be null");

this.options = options;
}
Expand Down

0 comments on commit 1eeb8a1

Please sign in to comment.