Class: Omnibot::Testing::FakeToolCall
- Inherits:
-
Struct
- Object
- Struct
- Omnibot::Testing::FakeToolCall
- Defined in:
- lib/omnibot/testing.rb
Instance Attribute Summary collapse
-
#arguments ⇒ Object
Returns the value of attribute arguments.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#arguments ⇒ Object
Returns the value of attribute arguments
5 6 7 |
# File 'lib/omnibot/testing.rb', line 5 def arguments @arguments end |
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/omnibot/testing.rb', line 5 def name @name end |