@longtable/core 0.1.41 → 0.1.43

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +2 -0
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -339,6 +339,8 @@ export interface LongTableInterviewTurn {
339
339
  quality: InterviewTurnQuality;
340
340
  needsFollowUp: boolean;
341
341
  followUpQuestion?: string;
342
+ readyToSummarize?: boolean;
343
+ readinessRationale?: string[];
342
344
  rationale?: string[];
343
345
  }
344
346
  export interface FirstResearchShape {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longtable/core",
3
- "version": "0.1.41",
3
+ "version": "0.1.43",
4
4
  "private": false,
5
5
  "description": "Provider-neutral domain models and contracts for LongTable",
6
6
  "type": "module",