Interface AiServiceCompletedEvent

All Superinterfaces:
AiServiceEvent
All Known Implementing Classes:
DefaultAiServiceCompletedEvent

public interface AiServiceCompletedEvent extends AiServiceEvent
Represents an event that occurs upon the completion of an invocation. This interface extends AiServiceEvent to include additional information about the result of the invocation. Classes implementing this interface are expected to provide details on what constitutes the result of an invocation, which may vary based on the specifics of the use case. The result can represent the outcome of the invocation process, a returned value, a processed value, or null if no meaningful result exists.