Add thread metadata

This commit is contained in:
Guinness Chen
2026-03-24 22:14:25 -07:00
parent 8c62829a2b
commit 4573855b35
43 changed files with 934 additions and 88 deletions

View File

@@ -814,6 +814,14 @@
"id": {
"type": "string"
},
"metadata": {
"additionalProperties": {
"type": "string"
},
"default": {},
"description": "Arbitrary client-defined metadata.",
"type": "object"
},
"modelProvider": {
"description": "Model provider used for this thread (for example, 'openai').",
"type": "string"