AnthropicChat constructor
AnthropicChat(
- AnthropicClient client,
- AnthropicConfig config
Implementation
AnthropicChat(this.client, this.config) {
_requestBuilder = AnthropicRequestBuilder(config);
}