Member Junction
    Preparing search index...

    Exports for state module

    Index

    Constructors

    Methods

    • Get low-confidence tables

      Parameters

      Returns {
          confidence: number;
          description: string;
          reasoning: string;
          schema: string;
          table: string;
      }[]

    • Update table description with new iteration

      Parameters

      • table: TableDefinition
      • description: string
      • reasoning: string
      • confidence: number
      • modelUsed: string
      • triggeredBy:
            | "initial"
            | "backpropagation"
            | "refinement"
            | "dependency_sanity_check"
            | "schema_sanity_check"
            | "cross_schema_sanity_check"
            | "ground_truth"
            | "existing_db_description"

      Returns void