@deepagents/text2sql 0.12.0 → 0.12.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -544,6 +544,7 @@ import {
544
544
  import chalk2 from "chalk";
545
545
  import "zod";
546
546
  import "@deepagents/agent";
547
+ var LAZY_ID = Symbol("lazy-id");
547
548
 
548
549
  // packages/text2sql/src/lib/adapters/groundings/row-count.grounding.ts
549
550
  var RowCountGrounding = class extends AbstractGrounding {