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, 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.