Class: Legion::Extensions::Llm::Ledger::Actor::Tools
- Inherits:
-
Actors::Subscription
- Object
- Actors::Subscription
- Legion::Extensions::Llm::Ledger::Actor::Tools
- Includes:
- Helpers::SubscriptionActor
- Defined in:
- lib/legion/extensions/llm/ledger/actors/tools.rb
Instance Method Summary collapse
Methods included from Helpers::SubscriptionActor
Instance Method Details
#queue ⇒ Object
26 27 28 |
# File 'lib/legion/extensions/llm/ledger/actors/tools.rb', line 26 def queue Legion::Extensions::Llm::Ledger::Transport::Queues::AuditTools end |
#runner_class ⇒ Object
16 |
# File 'lib/legion/extensions/llm/ledger/actors/tools.rb', line 16 def runner_class = Legion::Extensions::Llm::Ledger::Runners::Tools |
#runner_function ⇒ Object
18 19 20 |
# File 'lib/legion/extensions/llm/ledger/actors/tools.rb', line 18 def runner_function 'write_tool_record' end |
#use_runner? ⇒ Boolean
22 23 24 |
# File 'lib/legion/extensions/llm/ledger/actors/tools.rb', line 22 def use_runner? false end |