Uses of Interface
com.vaadin.flow.component.ai.provider.LLMProvider
Packages that use LLMProvider
-
Uses of LLMProvider in com.vaadin.flow.component.ai.orchestrator
Methods in com.vaadin.flow.component.ai.orchestrator with parameters of type LLMProviderModifier and TypeMethodDescriptionstatic AiOrchestrator.BuilderAiOrchestrator.builder(LLMProvider provider) Creates a new builder for AiOrchestrator.static AiOrchestrator.BuilderAiOrchestrator.builder(LLMProvider provider, String systemPrompt) Creates a new builder for AiOrchestrator with a system prompt. -
Uses of LLMProvider in com.vaadin.flow.component.ai.provider
Classes in com.vaadin.flow.component.ai.provider that implement LLMProviderModifier and TypeClassDescriptionclassLangChain4j implementation ofLLMProvider.classSpring AI implementation ofLLMProvider.