Method: SmartAgent::ToolContext#param_define

Defined in:
lib/smart_agent/tool.rb

#param_define(name, description, type) ⇒ Object



63
64
65
# File 'lib/smart_agent/tool.rb', line 63

def param_define(name, description, type)
  params[name] = { description: description, type: type }
end