Interface AttachmentSubmitListener
- All Superinterfaces:
Serializable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Listener for attachment submit events.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classEvent fired when a message with attachments is submitted to the LLM provider. -
Method Summary
Modifier and TypeMethodDescriptionvoidCalled when a message with attachments is submitted to the LLM provider.
-
Method Details
-
onAttachmentSubmit
Called when a message with attachments is submitted to the LLM provider. Use this to store attachment data in your own storage.- Parameters:
event- the attachment submit event
-