Uses of Interface
com.vaadin.flow.component.ai.grid.GridAITools.Callbacks
Packages that use GridAITools.Callbacks
-
Uses of GridAITools.Callbacks in com.vaadin.flow.component.ai.grid
Methods in com.vaadin.flow.component.ai.grid with parameters of type GridAITools.CallbacksModifier and TypeMethodDescriptionstatic List<LLMProvider.ToolSpec> GridAITools.createAll(GridAITools.Callbacks callbacks) Creates all grid tools for the given callbacks.static LLMProvider.ToolSpecGridAITools.getGridState(GridAITools.Callbacks callbacks) Creates a tool that returns the current grid state.static LLMProvider.ToolSpecGridAITools.updateGridData(GridAITools.Callbacks callbacks) Creates a tool that updates the grid data with a SQL query.