_streamChatModelEvents(
messages: BaseMessage<MessageStructure<MessageToolSet>, MessageType>[],
options: Omit| Name | Type | Description |
|---|---|---|
messages* | BaseMessage<MessageStructure<MessageToolSet>, MessageType>[] | |
options* | Omit<CallOptions, "callbacks" | "tags" | "metadata" | "configurable" | "recursionLimit" | "runName" | "runId"> | |
_runManager | CallbackManagerForLLMRun |
Native implementation of the content-block-centric streaming protocol for Anthropic.
Maps Anthropic's native SSE events directly to ChatModelStreamEvent
without going through the legacy _streamResponseChunks bridge. This
provides: