enum

Crig::StreamingError::Kind

Inherits Enum < Comparable < Value < Object

Constants

Completion = 0
Prompt = 1
Tool = 2
Other = 3

Instance methods

completion?

Returns true if this enum value equals Completion

Source
other?

Returns true if this enum value equals Other

Source
prompt?

Returns true if this enum value equals Prompt

Source
tool?

Returns true if this enum value equals Tool

Source