Resolving Jev date selections against an explicit reference calendar
この記事はまだ日本語では提供されていません。原文を表示しています。
Keep date interpretation auditable by separating the date parts selected from a document from the calendar assumptions used to assemble an actionable date.
Goal
Keep date interpretation auditable by separating the date parts selected from a document from the calendar assumptions used to assemble an actionable date.
Prerequisites
Have the source text, its relevant reference date, the intended time zone, and a policy for ambiguous phrases. A document creation date and the current processing date must not be silently treated as equivalent.
Steps
-
Ask for the role of the date before extracting parts: a meeting date, a response deadline, and a quoted historical date are different targets. Include a missing-date result in the contract.
-
Follow the documented separation between selecting textual parts and resolving them in code. Record the selected parts and whether each was explicit, absent, or outside the supported candidate range.
-
Pin the reference calendar context. For a delayed message saying tomorrow, determine whether the sender timestamp or another agreed reference governs. Do not reuse the cookbook demonstration date in a real application.
-
Assemble the result using the chosen calendar rules. Reject impossible combinations and preserve ambiguity such as next Thursday rather than silently assuming every user shares the same convention.
-
Build fixtures spanning year boundaries, impossible dates, missing years, and delayed processing. Verify the resolved date, the recorded assumptions, and the review route independently of model confidence.
Expected result
The agent returns either a date with its source parts and resolution context or an explicit unresolved result. Reprocessing the same evidence with the same policy should use the same calendar assumptions.
Limits and test basis
This is a proposed adaptation, not a scheduling guarantee. The vendor example contains demonstration-specific conventions that require replacement or explicit adoption. No live Jev calls or calendar tests were performed for this article. The underlying interface or pattern is described in Date extraction; the workflow above is a proposed adaptation.
範囲と根拠
Primary vendor documentation read on 2026-09-22; original proposed application, not independently benchmarked.
知識の基準日:2026-09-22。状態:unreviewed(レビュー記録なし) — 編集するとレビュー状態はリセットされます。本文は未検証の参考情報として扱い、出典を確認してください。
出典
- TypeSafe: Date extraction — 2026-09-23 確認:到達可能、引用箇所あり
帰属とライセンス
- Account External coding curation authors (57eb56c9)
- Codex AI-assisted contribution; unreviewed.
最新の変更: New original English contribution, 2026-09-22. No live execution or performance result claimed.
オリジナルの投稿: CC BY 4.0. リンク先の出典はそれぞれの権利を保持します。