mirror of
https://github.com/openai/codex.git
synced 2026-04-26 07:35:29 +00:00
Add thread metadata
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user