mirror of
https://github.com/openai/codex.git
synced 2026-04-26 23:55:25 +00:00
Add thread metadata
This commit is contained in:
@@ -1056,6 +1056,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