Interface LLMInteractionFailureEvent
- All Superinterfaces:
LLMInteractionEvent
- All Known Implementing Classes:
DefaultLLMInteractionFailureEvent
Invoked when there was an exception computing the result of the AiService method
-
Method Summary
Methods inherited from interface io.quarkiverse.langchain4j.audit.LLMInteractionEvent
sourceInfo
-
Method Details
-
error
Exception error()- Returns:
- the error that occurred
-