chore: format code

This commit is contained in:
GitHub Action
2025-12-11 23:08:04 +00:00
parent bacf705ee5
commit 86f9c3acce
2 changed files with 13 additions and 0 deletions

View File

@@ -5023,6 +5023,16 @@
"additionalProperties": {
"type": "boolean"
}
},
"thinking": {
"type": "object",
"properties": {
"effort": {
"type": "string",
"enum": ["low", "medium", "high"]
}
},
"required": ["effort"]
}
},
"required": ["id", "sessionID", "role", "time", "agent", "model"]