@laplace.live/internal 1.3.14 → 1.3.15
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.
package/package.json
CHANGED
|
@@ -1114,7 +1114,14 @@ export declare namespace LaplaceInternal {
|
|
|
1114
1114
|
export interface FertilityAiEvidence {
|
|
1115
1115
|
extractedUid: number | null
|
|
1116
1116
|
uidMatches: boolean
|
|
1117
|
-
/**
|
|
1117
|
+
/**
|
|
1118
|
+
* YYYY-MM-DD in Asia/Shanghai; the date the content claims the period began.
|
|
1119
|
+
*
|
|
1120
|
+
* Disambiguation rules baked into the AI prompt:
|
|
1121
|
+
* - Explicit qualifier ("今天/昨天/上周三") → resolved against post date.
|
|
1122
|
+
* - No qualifier at all ("魔法期来了") → treated as "now", uses post date.
|
|
1123
|
+
* - Vague non-anchorable past ("前几天/最近/上周") → null.
|
|
1124
|
+
*/
|
|
1118
1125
|
extractedPeriodStartDate: string | null
|
|
1119
1126
|
/** YYYY-MM-DD in Asia/Shanghai; the post's publish date (auxiliary). */
|
|
1120
1127
|
postedAt: string | null
|