Uses of Interface
com.vaadin.flow.component.ai.provider.DatabaseProvider
Packages that use DatabaseProvider
-
Uses of DatabaseProvider in com.vaadin.flow.component.ai.provider
Methods in com.vaadin.flow.component.ai.provider with parameters of type DatabaseProviderModifier and TypeMethodDescriptionstatic List<LLMProvider.ToolSpec> DatabaseProviderAITools.createAll(DatabaseProvider provider) Creates all database provider tools for the given provider.static LLMProvider.ToolSpecDatabaseProviderAITools.getDatabaseSchema(DatabaseProvider provider) Creates a tool that retrieves the database schema from theDatabaseProvider.