AnthropicChat constructor

AnthropicChat(
  1. AnthropicClient client,
  2. AnthropicConfig config
)

Implementation

AnthropicChat(this.client, this.config) {
  _requestBuilder = AnthropicRequestBuilder(config);
}