Uses of Record Class
com.vaadin.flow.component.ai.common.AIAttachment
Packages that use AIAttachment
Package
Description
-
Uses of AIAttachment in com.vaadin.flow.component.ai.orchestrator
Methods in com.vaadin.flow.component.ai.orchestrator that return types with arguments of type AIAttachmentModifier and TypeMethodDescriptionAttachmentSubmitListener.AttachmentSubmitEvent.getAttachments()Gets the attachments included with the message. -
Uses of AIAttachment in com.vaadin.flow.component.ai.provider
Methods in com.vaadin.flow.component.ai.provider that return types with arguments of type AIAttachmentModifier and TypeMethodDescriptionLLMProvider.LLMRequest.attachments()Gets the list of file attachments to include with the request. -
Uses of AIAttachment in com.vaadin.flow.component.ai.ui
Methods in com.vaadin.flow.component.ai.ui that return types with arguments of type AIAttachmentModifier and TypeMethodDescriptionAIFileReceiver.takeAttachments()Returns all accumulated attachments and clears the internal state.Method parameters in com.vaadin.flow.component.ai.ui with type arguments of type AIAttachmentModifier and TypeMethodDescriptionAIMessageList.addMessage(String text, String userName, List<AIAttachment> attachments) Creates a new message with the given parameters and attachments.