Skip to content

Commit 49288a3

Browse files
committed
fix: chat template error
1 parent b10322d commit 49288a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ template:
198198
<background-infos>
199199
<user-question>查询今年中国大陆的GDP</user-question>
200200
</input>
201-
{{"success":true,"sql":"SELECT \"country\" AS \"country_name\", \"gdp\" AS \"gdp\" FROM \"Sample_Database\".\"sample_country_gdp\" WHERE \"year\" = '2025' AND \"国家\" = '中国' LIMIT 1000","tables":["sample_country_gdp"],"chart-type":"table"}}
201+
{{"success":true,"sql":"SELECT \"country\" AS \"country_name\", \"gdp\" AS \"gdp\" FROM \"Sample_Database\".\"sample_country_gdp\" WHERE \"year\" = '2025' AND \"country\" = '中国' LIMIT 1000","tables":["sample_country_gdp"],"chart-type":"table"}}
202202
<output>
203203
</output>
204204
</example>

0 commit comments

Comments
 (0)