Class: Girb::ConversationHistory::Message
- Inherits:
-
Struct
- Object
- Struct
- Girb::ConversationHistory::Message
- Defined in:
- lib/girb/conversation_history.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#role ⇒ Object
Returns the value of attribute role.
-
#tool_calls ⇒ Object
Returns the value of attribute tool_calls.
-
#tool_results ⇒ Object
Returns the value of attribute tool_results.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
6 7 8 |
# File 'lib/girb/conversation_history.rb', line 6 def content @content end |
#role ⇒ Object
Returns the value of attribute role
6 7 8 |
# File 'lib/girb/conversation_history.rb', line 6 def role @role end |
#tool_calls ⇒ Object
Returns the value of attribute tool_calls
6 7 8 |
# File 'lib/girb/conversation_history.rb', line 6 def tool_calls @tool_calls end |
#tool_results ⇒ Object
Returns the value of attribute tool_results
6 7 8 |
# File 'lib/girb/conversation_history.rb', line 6 def tool_results @tool_results end |