install
fun <TConfig : FeatureConfig, TFeature : Any> install(feature: AIAgentFunctionalFeature<TConfig, TFeature>, configure: TConfig.() -> Unit)(source)
Installs a non-graph feature into the pipeline with the provided configuration.
Parameters
feature
The feature implementation to be installed;
configure
A lambda to customize the feature configuration.
Type Parameters
TConfig
The type of the feature configuration;
TFeature
The type of the feature being installed;