Class AiService.NoOpCustomizer
java.lang.Object
io.micronaut.langchain4j.annotation.AiService.NoOpCustomizer
- All Implemented Interfaces:
AiServiceCustomizer<Object>
- Enclosing class:
AiService
public static final class AiService.NoOpCustomizer
extends Object
implements AiServiceCustomizer<Object>
The default no-op customizer.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
customize
(AiServiceCreationContext<Object> creationContext) Call back invocation that receives theAiServiceCreationContext
.
-
Constructor Details
-
NoOpCustomizer
public NoOpCustomizer()
-
-
Method Details
-
customize
Description copied from interface:AiServiceCustomizer
Call back invocation that receives theAiServiceCreationContext
.The context allows customizing the builder and analysing the metadata associated with the service.
- Specified by:
customize
in interfaceAiServiceCustomizer<Object>
- Parameters:
creationContext
- The creation context, nevernull
-