Module: OmniAI::Anthropic::Chat::Stream::Type

Defined in:
lib/omniai/anthropic/chat/stream.rb

Constant Summary collapse

PING =
"ping"
MESSAGE_START =
"message_start"
MESSAGE_STOP =
"message_stop"
MESSAGE_DELTA =
"message_delta"
CONTENT_BLOCK_START =
"content_block_start"
CONTENT_BLOCK_STOP =
"content_block_stop"
CONTENT_BLOCK_DELTA =
"content_block_delta"