Uses of Interface
com.vaadin.flow.component.ai.orchestrator.RequestInterceptor
Packages that use RequestInterceptor
-
Uses of RequestInterceptor in com.vaadin.flow.component.ai.orchestrator
Methods in com.vaadin.flow.component.ai.orchestrator with parameters of type RequestInterceptorModifier and TypeMethodDescriptionAIOrchestrator.Builder.withRequestInterceptor(RequestInterceptor requestInterceptor) Sets the interceptor that is called with the user's message text and attachments before the orchestrator acts on them — before the message appears in the message list, before controller and request listener hooks, and before the LLM request is built.