Class: OllamaAgent::ToolContentParser::SyntheticToolCall
- Inherits:
-
Struct
- Object
- Struct
- OllamaAgent::ToolContentParser::SyntheticToolCall
- Defined in:
- lib/ollama_agent/tool_content_parser.rb
Instance Attribute Summary collapse
-
#arguments ⇒ Object
Returns the value of attribute arguments.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#arguments ⇒ Object
Returns the value of attribute arguments
10 11 12 |
# File 'lib/ollama_agent/tool_content_parser.rb', line 10 def arguments @arguments end |
#id ⇒ Object
Returns the value of attribute id
10 11 12 |
# File 'lib/ollama_agent/tool_content_parser.rb', line 10 def id @id end |
#name ⇒ Object
Returns the value of attribute name
10 11 12 |
# File 'lib/ollama_agent/tool_content_parser.rb', line 10 def name @name end |