Update API specifications with fern api update (#3842)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Shuchang Zheng
2025-10-29 14:40:23 +08:00
committed by GitHub
parent 06dc0031ee
commit 146c968543

View File

@@ -13811,6 +13811,39 @@
}
],
"title": "Body"
},
"instructions": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Instructions"
},
"positive_descriptor": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Positive Descriptor"
},
"negative_descriptor": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Negative Descriptor"
}
},
"type": "object",