Skip to content

Commit e87f54b

Browse files
feat(api): add SONNET_4_6 model variants to agent_execution Status
1 parent b3c5372 commit e87f54b

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 175
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-425b7af32f0a85fcc19ebbb2487b0c4dc36a01a91f93fba6c708b1d64f56abb5.yml
3-
openapi_spec_hash: c104046b6c75375623038a3bcb35a373
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-5bd1d582d09b3f50f2658008d810dd7fbcb56e8b95f05c1ae56246c24aee39e2.yml
3+
openapi_spec_hash: 14b0c544bf9b9558dcea53e09bd5f473
44
config_hash: 9310e62fdd4819bba6317f3479cfff1c

src/gitpod/types/agent_execution.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,8 @@ class Status(BaseModel):
436436
"SUPPORTED_MODEL_SONNET_4_EXTENDED",
437437
"SUPPORTED_MODEL_SONNET_4_5",
438438
"SUPPORTED_MODEL_SONNET_4_5_EXTENDED",
439+
"SUPPORTED_MODEL_SONNET_4_6",
440+
"SUPPORTED_MODEL_SONNET_4_6_EXTENDED",
439441
"SUPPORTED_MODEL_OPUS_4",
440442
"SUPPORTED_MODEL_OPUS_4_EXTENDED",
441443
"SUPPORTED_MODEL_OPUS_4_5",

0 commit comments

Comments
 (0)