Method: SmartAgent::ToolContext#call_worker

Defined in:
lib/smart_agent/tool.rb

#call_worker(name, params) ⇒ Object



67
68
69
# File 'lib/smart_agent/tool.rb', line 67

def call_worker(name, params)
  SmartAgent.prompt_engine.call_worker(name, params)
end