Interface DataLoadAiTool

All Superinterfaces:
JmixAiTool
All Known Implementing Classes:
DomainModelDiscoveryTool, JpqlExecutorTool

public interface DataLoadAiTool extends JmixAiTool
Marker interface for Spring AI tools exposed to the conversational data-load flow (natural-language data access chat).

Beans implementing this interface can be collected by AiToolRegistry.findByMarker(Class).

See Also: