Uses of Record Class
com.vaadin.flow.component.ai.common.AIAttachment
Packages that use AIAttachment
-
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.createMessage(String text, String userName, List<AIAttachment> attachments) Creates a new message with the given parameters and attachments.