Refine shape descriptions in CSS and SVG prompt templates (#2726)
This commit is contained in:
@@ -4,6 +4,6 @@ MAKE SURE YOU OUTPUT VALID JSON. No text before or after JSON, no trailing comma
|
|||||||
Reply in JSON format with the following keys:
|
Reply in JSON format with the following keys:
|
||||||
{
|
{
|
||||||
"confidence_float": float, // The confidence of the action. Pick a number between 0.0 and 1.0. 0.0 means no confidence, 1.0 means full confidence
|
"confidence_float": float, // The confidence of the action. Pick a number between 0.0 and 1.0. 0.0 means no confidence, 1.0 means full confidence
|
||||||
"shape": string, // A short description of the shape of element and its meaning
|
"shape": string, // Concise keywords describing the shape and its primary meaning
|
||||||
"recognized": bool, // False if you can't recognize the shape or you don't understand the meaning, otherwise true.
|
"recognized": bool, // False if you can't recognize the shape or you don't understand the meaning, otherwise true.
|
||||||
}
|
}
|
||||||
@@ -8,6 +8,6 @@ MAKE SURE YOU OUTPUT VALID JSON. No text before or after JSON, no trailing comma
|
|||||||
Reply in JSON format with the following keys:
|
Reply in JSON format with the following keys:
|
||||||
{
|
{
|
||||||
"confidence_float": float, // The confidence of the action. Pick a number between 0.0 and 1.0. 0.0 means no confidence, 1.0 means full confidence
|
"confidence_float": float, // The confidence of the action. Pick a number between 0.0 and 1.0. 0.0 means no confidence, 1.0 means full confidence
|
||||||
"shape": string, // A short description of the shape of SVG and its meaning
|
"shape": string, // Concise keywords describing the shape of SVG and its meaning
|
||||||
"recognized": bool, // False if you can't recognize the shape or you don't understand the meaning, otherwise true.
|
"recognized": bool, // False if you can't recognize the shape or you don't understand the meaning, otherwise true.
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user