Class: OllamaAgent::ToolContentParser::SyntheticToolCall

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

Instance Attribute Summary collapse

Instance Attribute Details

#argumentsObject

Returns the value of attribute arguments

Returns:

  • (Object)

    the current value of arguments



10
11
12
# File 'lib/ollama_agent/tool_content_parser.rb', line 10

def arguments
  @arguments
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



10
11
12
# File 'lib/ollama_agent/tool_content_parser.rb', line 10

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



10
11
12
# File 'lib/ollama_agent/tool_content_parser.rb', line 10

def name
  @name
end