thiyag
07/02/2025, 10:53 AMKings_big💫
07/02/2025, 11:04 AMKings_big💫
07/02/2025, 11:04 AMChiranjeet Mishra
07/06/2025, 8:31 PMthiyag
07/09/2025, 9:39 AMChiranjeet Mishra
07/13/2025, 4:52 PMChiranjeet Mishra
07/15/2025, 2:51 AMYou are an expert data extractor. You will be given a transcript of a call. Extract structured data per the JSON Schema. convert time of meeting in ISO 8601 format
Json Schema:
{your schema here}
Only respond with the JSON.
Fixed Prompt (What You Need)
You are an expert data extractor. You will be given a transcript of a call. Extract structured data per the JSON Schema.
IMPORTANT: This call occurred on {{date}}. When users say "tomorrow", "today", "next week", etc., calculate dates relative to {{date}}.
For appointment times:
- Convert all relative dates (tomorrow, today, next Monday) to absolute dates
- Use ISO 8601 format for all dates and times
- Always consider the call date {{date}} as your reference point
Json Schema:
{your schema here}
Only respond with the JSON.
Available Template Variables You Can Use
\- {{date}} - Current date when call happened
\- {{now}} - Full timestamp when call happened
\- {{year}}, {{month}}, {{day}} - Individual date components
Result
With this fix, when a customer says "tomorrow" on July 8, 2025, the LLM will know to calculate it as July 9, 2025 instead of guessing.
Where to make this change: In your Assistant's Analysis Plan → Structured Data Plan → Messages (system prompt)thiyag
07/15/2025, 5:15 AMChiranjeet Mishra
07/16/2025, 11:41 PM