diff --git a/src/types/constants.ts b/src/types/constants.ts index b20ed68..986d02e 100644 --- a/src/types/constants.ts +++ b/src/types/constants.ts @@ -67,6 +67,7 @@ export type ClaudeComputerUseLlm = export type CuaLlm = | "computer-use-preview" + | "gpt-6-astra" | "gpt-5.6-sol" | "gpt-5.6-terra" | "gpt-5.6-luna"