Class: LlmMock::Anthropic::Stream

Inherits:
Struct
  • Object
show all
Defined in:
lib/llm_mock_anthropic.rb

Instance Attribute Summary collapse

Instance Attribute Details

#accumulated_messageObject

Returns the value of attribute accumulated_message

Returns:

  • (Object)

    the current value of accumulated_message



21
22
23
# File 'lib/llm_mock_anthropic.rb', line 21

def accumulated_message
  @accumulated_message
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



21
22
23
# File 'lib/llm_mock_anthropic.rb', line 21

def text
  @text
end