Skip to content

Commit 74af533

Browse files
feat(api): add SUPPORTED_MODEL_OPUS_4_7 to agent_execution Status
1 parent 242a3ab commit 74af533

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 193
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-2cf38267930eaef11e8ba7d229c924d43f3e22d614aa586ad1ddffe65b9b4548.yml
3-
openapi_spec_hash: e2ffe61e23fa87d7f8932b8d7764ee76
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-0e20f536f7f833dd7205eaadd72826bd527a3ed91fcb006323e3232550abb04e.yml
3+
openapi_spec_hash: 7a96aca1a75735a1664edd091b277940
44
config_hash: 25c7c72de891ed240ee62c4fb9a99756

src/gitpod/types/agent_execution.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,7 @@ class Status(BaseModel):
455455
"SUPPORTED_MODEL_OPUS_4_5_EXTENDED",
456456
"SUPPORTED_MODEL_OPUS_4_6",
457457
"SUPPORTED_MODEL_OPUS_4_6_EXTENDED",
458+
"SUPPORTED_MODEL_OPUS_4_7",
458459
"SUPPORTED_MODEL_HAIKU_4_5",
459460
"SUPPORTED_MODEL_OPENAI_4O",
460461
"SUPPORTED_MODEL_OPENAI_4O_MINI",

0 commit comments

Comments
 (0)