Class: LlmMock::Anthropic::Stream
- Inherits:
-
Struct
- Object
- Struct
- LlmMock::Anthropic::Stream
- Defined in:
- lib/llm_mock_anthropic.rb
Instance Attribute Summary collapse
-
#accumulated_message ⇒ Object
Returns the value of attribute accumulated_message.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#accumulated_message ⇒ Object
Returns the value of attribute accumulated_message
21 22 23 |
# File 'lib/llm_mock_anthropic.rb', line 21 def @accumulated_message end |
#text ⇒ Object
Returns the value of attribute text
21 22 23 |
# File 'lib/llm_mock_anthropic.rb', line 21 def text @text end |