skip unknown css/svg shape (#1275)

This commit is contained in:
LawyZheng
2024-11-28 01:26:56 +08:00
committed by GitHub
parent 48e4984deb
commit 92ec1b70b7
3 changed files with 25 additions and 9 deletions

View File

@@ -5,4 +5,5 @@ 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
"shape": string, // A short description of the shape of element and its meaning
"recognized": bool, // False if you can't recognize the shape or you don't understand the meaning, otherwise true.
}

View File

@@ -9,4 +9,5 @@ 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
"shape": string, // A short description of 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.
}