Skip to content

Commit 553eb2d

Browse files
committed
chore: update generations prompts on dev demo
1 parent a478751 commit 553eb2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-demo/resources/carsResourseTemplate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ export default function carsResourseTemplate(resourceId: string, dataSource: str
279279
}),
280280
fillPlainFields: {
281281
description: "Create a desription for the car with name {{model}} and engine type {{engine_type}}. Desription should be HTML formatted.",
282-
price: "Based on the car model {{model}} and engine type {{engine_type}}, suggest a competitive market price in USD."
282+
price: "Based on the car model {{model}} and engine type {{engine_type}}, suggest a competitive market price in USD. Return only the numeric value.",
283283
}
284284
}),
285285
new BulkAiFlowPlugin({

0 commit comments

Comments
 (0)