Package io.jmix.aitools.dataload.tool


@NullMarked package io.jmix.aitools.dataload.tool
  • Class
    Description
    Marker interface for Spring AI tools exposed to the conversational data-load flow (natural-language data access chat).
    Spring AI tool that lets the model discover the application's domain model: list the entities available to the user and load detailed metadata for the chosen ones.
    Marker interface for Spring AI tools exposed to the entity-scoped data-load flow that generates a JPQL query for a specific target entity.
    Spring AI tool that validates, repairs if needed and executes a read-only JPQL query through JpqlExecutionService, returning the fetched rows.