Class InfrastructureInjectionConfiguration
-
- All Implemented Interfaces:
@Configuration() public final class InfrastructureInjectionConfigurationSupport injection of ExecutingOperationContext and Ai into beans.
-
-
Constructor Summary
Constructors Constructor Description InfrastructureInjectionConfiguration()
-
Method Summary
Modifier and Type Method Description final ExecutingOperationContextexecutingOperationContextFactory(AgentPlatform agentPlatform)final AiaiFactory(AgentPlatform agentPlatform)final AiBuilderaiBuilderFactory(AgentPlatform agentPlatform)-
-
Method Detail
-
executingOperationContextFactory
@Bean()@Scope(value = "prototype") final ExecutingOperationContext executingOperationContextFactory(AgentPlatform agentPlatform)
-
aiFactory
@Bean()@Scope(value = "prototype") final Ai aiFactory(AgentPlatform agentPlatform)
-
aiBuilderFactory
@Bean()@Scope(value = "prototype") final AiBuilder aiBuilderFactory(AgentPlatform agentPlatform)
-
-
-
-