Default streaming implementation. Subclasses should override this method if they support streaming output.
_streamIterator(
input: BaseLanguageModelInput,
options: Partial<ChatAnthropicCallOptions>
): AsyncGenerator<AIMessageChunk<MessageStructure<MessageToolSet>>>| Name | Type | Description |
|---|---|---|
input* | BaseLanguageModelInput | |
options | Partial<ChatAnthropicCallOptions> |