Update Anthropic3ChatOptions.java

This commit is contained in:
Bruno Oliveira
2024-12-12 15:28:58 +00:00
committed by Mark Pollack
parent 164d281261
commit 1453198c5b

View File

@@ -74,7 +74,7 @@ public class Anthropic3ChatOptions implements ChatOptions {
private @JsonProperty("anthropic_version") String anthropicVersion;
// @formatter:on
Anthropic3ChatOptions() {
public Anthropic3ChatOptions() {
}
/**