Uses of Interface
com.vaadin.flow.component.ai.orchestrator.AIController
Packages that use AIController
Package
Description
-
Uses of AIController in com.vaadin.flow.component.ai.chart
Classes in com.vaadin.flow.component.ai.chart that implement AIControllerModifier and TypeClassDescriptionclassAI controller for creating interactive chart visualizations from database data. -
Uses of AIController in com.vaadin.flow.component.ai.grid
Classes in com.vaadin.flow.component.ai.grid that implement AIControllerModifier and TypeClassDescriptionclassAI controller for populating aGrid<AIDataRow>with database data via LLM tool calls. -
Uses of AIController in com.vaadin.flow.component.ai.orchestrator
Methods in com.vaadin.flow.component.ai.orchestrator with parameters of type AIControllerModifier and TypeMethodDescriptionAIOrchestrator.Builder.withController(AIController controller) Sets the controller that provides framework-agnostic tools and lifecycle hooks to the orchestrator.AIOrchestrator.Reconnector.withController(AIController controller) Sets the controller to use after reconnection.