33 lines
850 B
JSON
33 lines
850 B
JSON
{
|
|
"prompt_variables": [
|
|
"report",
|
|
"selling_points"
|
|
],
|
|
"output_format": {
|
|
"format": {
|
|
"type": "json_schema",
|
|
"name": "tags",
|
|
"schema": {
|
|
"type": "object",
|
|
"properties": {
|
|
"category": {
|
|
"type": "string"
|
|
},
|
|
"tag_keywords": {
|
|
"type": "string"
|
|
},
|
|
"description": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"category",
|
|
"tag_keywords",
|
|
"description"
|
|
],
|
|
"additionalProperties": false
|
|
},
|
|
"strict": true
|
|
}
|
|
}
|
|
} |