constructor<
CallOptions extends ChatAnthropicCallOptions = ChatAnthropicCallOptions
>(
model: string,
fields: Omit<ChatAnthropicInput, "model" | "modelName">
): ChatAnthropicMessages<CallOptions>| Name | Type | Description |
|---|---|---|
model* | string | |
fields | Omit<ChatAnthropicInput, "model" | "modelName"> |