Uses of Record Class
com.vaadin.flow.component.ai.common.AiAttachment
Packages that use AiAttachment
-
Uses of AiAttachment in com.vaadin.flow.component.ai.component
Method parameters in com.vaadin.flow.component.ai.component 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. -
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.