Module: OmniAI::Anthropic::Chat::Stream::Type
- Defined in:
- lib/omniai/anthropic/chat/stream.rb
Constant Summary collapse
- MESSAGE_START =
"message_start"- MESSAGE_DELTA =
"message_delta"- MESSAGE_STOP =
"message_stop"- CONTENT_BLOCK_START =
"content_block_start"- CONTENT_BLOCK_DELTA =
"content_block_delta"- CONTENT_BLOCK_STOP =
"content_block_stop"