fix task v2 data schema (#1967)

This commit is contained in:
Shuchang Zheng
2025-03-18 15:36:42 -07:00
committed by GitHub
parent 0b8e688d7b
commit be8f3eb8ec
4 changed files with 14 additions and 1 deletions

View File

@@ -13,7 +13,10 @@ User goal:
{{ user_goal }}
```{% if extracted_information_schema %}
The ideal schema for the "output" field: {{ extracted_information_schema }}{% endif %}
The ideal schema for the "output" field:
```
{{ extracted_information_schema }}
```{% endif %}
Task history (the earliest task is the first in the list and the latest is the last in the list):
```