install
fun <TConfig : FeatureConfig> install(feature: AIAgentPlannerFeature<TConfig, *>, configure: ConfigureAction<TConfig>): PlannerAgentBuilder<Input, Output>(source)
Installs a functional feature into the PlannerAgentBuilder with the specified configuration.
Return
The current instance of PlannerAgentBuilder with the feature installed, enabling method chaining.
Parameters
feature
The functional feature to be installed, parameterized with a configuration type and an additional type.
configure
A lambda or action responsible for configuring the provided feature with the appropriate settings.