Module: Olyx::Guardrails::LlmContextBuilder
- Defined in:
- lib/olyx/guardrails/llm_context_builder.rb
Overview
Builds the bounded deterministic context passed to an LLM provider.
Class Method Summary collapse
Class Method Details
.call(checks) ⇒ Object
9 10 11 |
# File 'lib/olyx/guardrails/llm_context_builder.rb', line 9 def call(checks) detection(checks).merge(policy(checks[:policy])) end |