Interface AiServiceRequestIssuedListener

All Superinterfaces:
AiServiceListener<AiServiceRequestIssuedEvent>
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 AiServiceRequestIssuedListener extends AiServiceListener<AiServiceRequestIssuedEvent>
A listener for AiServiceRequestIssuedEvent, which represents an event that occurs just before a request is sent to a large language model (LLM). This interface extends the generic AiServiceListener, specializing it for handling events related to LLM responses.