install
fun <TConfig : FeatureConfig> install(feature: AIAgentGraphFeature<TConfig, *>, configure: ConfigureAction<TConfig>): GraphAgentServiceBuilder<Input, Output>(source)
Installs a specified feature into the GraphServiceBuilder and applies the given configuration to it.
Return
The current instance of GraphAgentServiceBuilder, allowing for method chaining.
Parameters
feature
An instance of AIAgentGraphFeature that represents the feature to be installed, requiring a specific type of FeatureConfig.
configure
A ConfigureAction that applies custom configurations to the provided FeatureConfig object for the feature.