Class: Girb::ConversationHistory::Message

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

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



6
7
8
# File 'lib/girb/conversation_history.rb', line 6

def content
  @content
end

#roleObject

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



6
7
8
# File 'lib/girb/conversation_history.rb', line 6

def role
  @role
end

#tool_callsObject

Returns the value of attribute tool_calls

Returns:

  • (Object)

    the current value of tool_calls



6
7
8
# File 'lib/girb/conversation_history.rb', line 6

def tool_calls
  @tool_calls
end

#tool_resultsObject

Returns the value of attribute tool_results

Returns:

  • (Object)

    the current value of tool_results



6
7
8
# File 'lib/girb/conversation_history.rb', line 6

def tool_results
  @tool_results
end