added cost field

This commit is contained in:
Dax Raad
2025-05-28 13:57:24 -04:00
parent afe741b63e
commit 520cd02dd5
2 changed files with 24 additions and 12 deletions

View File

@@ -122,6 +122,9 @@
"title": {
"type": "string"
},
"cost": {
"type": "number"
},
"tokens": {
"type": "object",
"properties": {
@@ -235,6 +238,9 @@
"title": {
"type": "string"
},
"cost": {
"type": "number"
},
"tokens": {
"type": "object",
"properties": {
@@ -632,7 +638,10 @@
]
}
}
}
},
"required": [
"models"
]
}
}
}