mirror of
https://github.com/openai/codex.git
synced 2026-05-18 10:12:59 +00:00
Support multiple forced ChatGPT workspaces
This commit is contained in:
@@ -7449,7 +7449,7 @@ class Config(BaseModel):
|
||||
] = None
|
||||
compact_prompt: str | None = None
|
||||
developer_instructions: str | None = None
|
||||
forced_chatgpt_workspace_id: str | None = None
|
||||
forced_chatgpt_workspace_id: list[str] | None = None
|
||||
forced_login_method: ForcedLoginMethod | None = None
|
||||
instructions: str | None = None
|
||||
model: str | None = None
|
||||
|
||||
Reference in New Issue
Block a user