Skip to content

Commit 85c063b

Browse files
feat(api): add SUPPORTED_MODEL_HAIKU_4_5 to agent_execution Status enum
1 parent 218f619 commit 85c063b

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: 180
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-66a6056c94410bdb8b9c011724920ac13c05ec3fc4042a76e3572a3f2a157288.yml
3-
openapi_spec_hash: c492fce4aea5a7624b01140a8fa532fb
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-893b4021bf45a83abcd0e6153ca6395b4fc38aef4f36da4e3d3905fbec3098b0.yml
3+
openapi_spec_hash: 457a0d443824f072e22b68b1f166c29d
44
config_hash: 1bbe12db32bc3ff1b6b94903b036b4a5

src/gitpod/types/agent_execution.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,7 @@ class Status(BaseModel):
444444
"SUPPORTED_MODEL_OPUS_4_5_EXTENDED",
445445
"SUPPORTED_MODEL_OPUS_4_6",
446446
"SUPPORTED_MODEL_OPUS_4_6_EXTENDED",
447+
"SUPPORTED_MODEL_HAIKU_4_5",
447448
"SUPPORTED_MODEL_OPENAI_4O",
448449
"SUPPORTED_MODEL_OPENAI_4O_MINI",
449450
"SUPPORTED_MODEL_OPENAI_O1",

0 commit comments

Comments
 (0)