All Classes and Interfaces

Class
Description
Represents an attachment that can be sent to an LLM and displayed in messages.
An exception which is thrown when somebody attempts to use AI component features without activating the associated feature flag first.
Provides the AI components feature flag for AI-related features such as AIOrchestrator, modular upload components, and MessageListItem attachments.
Interface for file upload components that are used in an AI conversation.
Interface for input components that are used in an AI conversation.
Represents a message in an AI conversation.
Interface for message list components that can display AI conversation messages.
Orchestrator for AI-powered chat interfaces.
Builder for configuring and creating an AIOrchestrator instance.
Supported content type categories for attachments.
Event fired when a user submits input.
Listener for input submit events.
LangChain4j implementation of LLMProvider.
Framework-agnostic interface for Large Language Model (LLM) providers.
Represents a request to the LLM containing all necessary context, configuration, and tools.
Spring AI implementation of LLMProvider.