install
fun <TConfig : FeatureConfig> install(feature: AIAgentFunctionalFeature<TConfig, *>, configure: ConfigureAction<TConfig>): FunctionalAgentServiceBuilder<Input, Output>(source)
Installs the specified feature into the functional service builder and applies the provided configuration.
Return
The current instance of FunctionalAgentServiceBuilder with the feature installed.
Parameters
TConfig
The type of configuration required for the feature, extending FeatureConfig.
feature
The functional AI agent feature to be installed.
configure
A configuration action used to customize the feature's settings.