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