app-server: expose image-context tri-state

This commit is contained in:
Colin Young
2026-02-05 09:48:10 -08:00
parent b2d3843109
commit 0b996252d8
20 changed files with 756 additions and 21 deletions

View File

@@ -14316,6 +14316,17 @@
"description": "Version of the CLI that created the thread.",
"type": "string"
},
"conversationModalities": {
"default": null,
"description": "Tri-state conversation modalities signal: - `None`: unknown / not yet determined - `Some([Text])`: known to be text-only - `Some([Text, Image])`: images are known to exist in context",
"items": {
"$ref": "#/definitions/v2/InputModality"
},
"type": [
"array",
"null"
]
},
"createdAt": {
"description": "Unix timestamp (in seconds) when the thread was created.",
"format": "int64",