Class: Legion::Extensions::LLM::Ledger::Actor::ToolWriter
- Inherits:
-
Actors::Subscription
- Object
- Actors::Subscription
- Legion::Extensions::LLM::Ledger::Actor::ToolWriter
- Defined in:
- lib/legion/extensions/llm/ledger/actors/tool_writer.rb
Instance Method Summary collapse
Instance Method Details
#runner_class ⇒ Object
11 |
# File 'lib/legion/extensions/llm/ledger/actors/tool_writer.rb', line 11 def runner_class = Legion::Extensions::LLM::Ledger::Runners::Tools |
#runner_function ⇒ Object
13 14 15 |
# File 'lib/legion/extensions/llm/ledger/actors/tool_writer.rb', line 13 def runner_function 'write_tool_record' end |
#use_runner? ⇒ Boolean
17 18 19 |
# File 'lib/legion/extensions/llm/ledger/actors/tool_writer.rb', line 17 def use_runner? false end |