Class: LLM::Guard::Null
- Inherits:
-
LLM::Guard
- Object
- LLM::Guard
- LLM::Guard::Null
- Defined in:
- lib/llm/guard/null.rb
Overview
LLM::Guard::Null is a no-op guard. It never blocks pending tool work and is the default guard used by LLM::Context.
Instance Attribute Summary
Attributes inherited from LLM::Guard
Instance Method Summary collapse
Methods inherited from LLM::Guard
Constructor Details
This class inherits a constructor from LLM::Guard
Instance Method Details
#call(function:, **opts) ⇒ nil
15 16 17 |
# File 'lib/llm/guard/null.rb', line 15 def call(function:, **opts) nil end |