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:
parent
98afec550d
commit
1e696405ad
@ -6,7 +6,7 @@ introduction, no commentary outside the JSON.
|
|||||||
| Key | Type | Rules |
|
| Key | Type | Rules |
|
||||||
|---|---|---|
|
|---|---|---|
|
||||||
| `full_advice` | string | Your complete advisory text, in Italian. |
|
| `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. |
|
| `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. |
|
| `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. |
|
| `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. |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user