Interface LLMInteractionFailureEvent

All Superinterfaces:
LLMInteractionEvent
All Known Implementing Classes:
DefaultLLMInteractionFailureEvent

public interface LLMInteractionFailureEvent extends LLMInteractionEvent
Invoked when there was an exception computing the result of the AiService method
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface io.quarkiverse.langchain4j.audit.LLMInteractionEvent

    sourceInfo
  • Method Details

    • error

      Exception error()
      Returns:
      the error that occurred