Module: ActiveAgent::Parameterized
- Extended by:
- ActiveSupport::Concern
- Included in:
- Base
- Defined in:
- lib/active_agent/concerns/parameterized.rb
Overview
Provides parameterization support for agents, allowing you to pass variables to agent actions that can be used in templates.
When included in an agent class, this concern enables the ability to pass parameters when calling agent actions, making agents reusable with different data contexts.
Defined Under Namespace
Classes: Agent, DirectGeneration, Generation