Interface AiServiceStartedListener

All Superinterfaces:
AiServiceListener<AiServiceStartedEvent>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface AiServiceStartedListener extends AiServiceListener<AiServiceStartedEvent>
A listener for AiServiceStartedEvent, which represents an event that occurs when an AI Service invocation starts. This interface extends the generic AiServiceListener, specializing it for handling events related to the initiation of an invocation. Classes implementing this interface can respond to the event of an invocation beginning, such as capturing the user or system message provided at the start of the invocation.