Skip to content

Commit 27772ea

Browse files
feat(api): add opus 4.7 model support to agent execution
1 parent a7fe947 commit 27772ea

2 files changed

Lines changed: 3 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: 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/resources/agents.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -868,6 +868,7 @@ export namespace AgentExecution {
868868
| 'SUPPORTED_MODEL_OPUS_4_5_EXTENDED'
869869
| 'SUPPORTED_MODEL_OPUS_4_6'
870870
| 'SUPPORTED_MODEL_OPUS_4_6_EXTENDED'
871+
| 'SUPPORTED_MODEL_OPUS_4_7'
871872
| 'SUPPORTED_MODEL_HAIKU_4_5'
872873
| 'SUPPORTED_MODEL_OPENAI_4O'
873874
| 'SUPPORTED_MODEL_OPENAI_4O_MINI'

0 commit comments

Comments
 (0)