Uses of Interface
com.vaadin.flow.component.ai.provider.LLMProvider.LLMRequest
Packages that use LLMProvider.LLMRequest
-
Uses of LLMProvider.LLMRequest in com.vaadin.flow.component.ai.provider
Methods in com.vaadin.flow.component.ai.provider with parameters of type LLMProvider.LLMRequestModifier and TypeMethodDescriptionreactor.core.publisher.Flux<String> LangChain4JLLMProvider.stream(LLMProvider.LLMRequest request) reactor.core.publisher.Flux<String> LLMProvider.stream(LLMProvider.LLMRequest request) Streams a response from the LLM based on the provided request.reactor.core.publisher.Flux<String> SpringAILLMProvider.stream(LLMProvider.LLMRequest request)