Support multiple forced ChatGPT workspaces

This commit is contained in:
rreichel3-oai
2026-04-16 13:24:25 -04:00
parent 0a2d751fc2
commit 4775449e19
18 changed files with 270 additions and 85 deletions

View File

@@ -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