Fix anthropicApi visibility in AnthropicChatModel

This commit is contained in:
Hyune-c
2024-10-06 03:15:45 +09:00
committed by Mark Pollack
parent 5431bdd956
commit e12372171b

View File

@@ -89,7 +89,7 @@ public class AnthropicChatModel extends AbstractToolCallSupport implements ChatM
/**
* The lower-level API for the Anthropic service.
*/
public final AnthropicApi anthropicApi;
private final AnthropicApi anthropicApi;
/**
* The default options used for the chat completion requests.