From 1e696405ad75c55e9ceb9adae8902bb0ef486778 Mon Sep 17 00:00:00 2001 From: Arsham Mirehvandi <130353205+arshammi@users.noreply.github.com> Date: Mon, 7 Sep 2026 09:41:35 +0200 Subject: [PATCH] Update advice summary guidelines in _output_format.md - Clarified the requirements for the `advice_summary` field to specify the reasoning for treatment dates in the advisory text. --- prompts/_output_format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prompts/_output_format.md b/prompts/_output_format.md index 207193a..b918138 100644 --- a/prompts/_output_format.md +++ b/prompts/_output_format.md @@ -6,7 +6,7 @@ introduction, no commentary outside the JSON. | Key | Type | Rules | |---|---|---| | `full_advice` | string | Your complete advisory text, in Italian. | -| `advice_summary` | string | Italian summary of `full_advice`, **at most 1010 characters**. It must state the recommendation: whether a treatment should be administered or not; if yes, for what reason, on what date and with which product; if no, for what reason. | +| `advice_summary` | string | Italian summary of `full_advice`, **at most 1010 characters**. It must state the recommendation: whether a treatment should be administered or not; if yes, for what reason, on what date (and why that date), and with which product; if no, for what reason. | | `apply_treatment` | integer | `1` if you recommend applying a product, `0` otherwise. | | `treatments` | array of strings | Names of the recommended product(s), exactly as written in the input payload. Empty array `[]` when you recommend no product. | | `dosage` | array of strings | Prescribed dose for each product in `treatments`, in the same order (for example `"1.5 l/ha"`). Empty array `[]` when you recommend no product. |