Package dyntabs.ai.extract


package dyntabs.ai.extract
  • Class
    Description
    The extraction assembly line: prompt the model with a JSON skeleton, read its answer, parse it into the target type, and (optionally) validate it — retrying if the model's first answer is not valid JSON.
    Thrown when EasyAI cannot turn the source content into the requested type.
    Turns a Java type into a human-readable JSON "skeleton" that tells an LLM exactly which fields to produce and of what type.