Skip to content

Commit 96e2626

Browse files
Update Anthropic3ChatOptions.java
1 parent f252b24 commit 96e2626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/spring-ai-bedrock/src/main/java/org/springframework/ai/bedrock/anthropic3/Anthropic3ChatOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public class Anthropic3ChatOptions implements ChatOptions {
7474
private @JsonProperty("anthropic_version") String anthropicVersion;
7575
// @formatter:on
7676

77-
Anthropic3ChatOptions() {
77+
public Anthropic3ChatOptions() {
7878
}
7979

8080
/**

0 commit comments

Comments
 (0)