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.
This commit is contained in:
Arsham Mirehvandi 2026-09-07 09:41:35 +02:00
parent 98afec550d
commit 1e696405ad

View File

@ -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. |