Class: Miniswen::Agent::BashTool
- Inherits:
-
RubyLLM::Tool
- Object
- RubyLLM::Tool
- Miniswen::Agent::BashTool
- Defined in:
- lib/miniswen/agent.rb
Overview
Only ever rendered into the request — the completion executes nothing — so no execute body.
Instance Method Summary collapse
-
#name ⇒ Object
ruby_llm would otherwise derive "lemans--miniswen--bash" from the class path.
Instance Method Details
#name ⇒ Object
ruby_llm would otherwise derive "lemans--miniswen--bash" from the class path.
165 |
# File 'lib/miniswen/agent.rb', line 165 def name = "bash" |