mirror of
https://github.com/openai/codex.git
synced 2026-04-25 07:05:38 +00:00
feat: disable memory endpoint (#17626)
This commit is contained in:
@@ -13647,6 +13647,13 @@
|
||||
"title": "ThreadLoadedListResponse",
|
||||
"type": "object"
|
||||
},
|
||||
"ThreadMemoryMode": {
|
||||
"enum": [
|
||||
"enabled",
|
||||
"disabled"
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
"ThreadMetadataGitInfoUpdateParams": {
|
||||
"properties": {
|
||||
"branch": {
|
||||
|
||||
Reference in New Issue
Block a user