mirror of
https://github.com/openai/codex.git
synced 2026-04-24 06:35:50 +00:00
Update app-server schema fixtures for realtime mode
This commit is contained in:
@@ -885,6 +885,7 @@
|
||||
"description": "Initial collaboration mode to use when the TUI starts.",
|
||||
"enum": [
|
||||
"plan",
|
||||
"realtime",
|
||||
"default"
|
||||
],
|
||||
"type": "string"
|
||||
|
||||
@@ -3817,6 +3817,7 @@
|
||||
"description": "Initial collaboration mode to use when the TUI starts.",
|
||||
"enum": [
|
||||
"plan",
|
||||
"realtime",
|
||||
"default"
|
||||
],
|
||||
"type": "string"
|
||||
|
||||
@@ -10219,6 +10219,7 @@
|
||||
"description": "Initial collaboration mode to use when the TUI starts.",
|
||||
"enum": [
|
||||
"plan",
|
||||
"realtime",
|
||||
"default"
|
||||
],
|
||||
"type": "string"
|
||||
|
||||
@@ -86,6 +86,7 @@
|
||||
"description": "Initial collaboration mode to use when the TUI starts.",
|
||||
"enum": [
|
||||
"plan",
|
||||
"realtime",
|
||||
"default"
|
||||
],
|
||||
"type": "string"
|
||||
|
||||
@@ -5,4 +5,4 @@
|
||||
/**
|
||||
* Initial collaboration mode to use when the TUI starts.
|
||||
*/
|
||||
export type ModeKind = "plan" | "default";
|
||||
export type ModeKind = "plan" | "realtime" | "default";
|
||||
|
||||
Reference in New Issue
Block a user