Skip to content

Commit ae690a1

Browse files
feat(api): add OPENAI_AUTO model option to agents
1 parent 1a290b3 commit ae690a1

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.stats.yml

Lines changed: 3 additions & 3 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-0eca3ab72da589e2e8bfb64d2e635db971bf98d990d8c6d36d61c2937571622c.yml
3-
openapi_spec_hash: cc41f33b3befb78916300882eeb44b72
4-
config_hash: bb4b1641dcadc46913d9be1cb461ad7b
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-e7101c6bd027d5c69246e02062396cecbe9eb5655e7a9e9f34d57ebdea6a9c1b.yml
3+
openapi_spec_hash: 9ea4f9272509d3c8867735933d371070
4+
config_hash: d579aac01b686dadf777791467e135dd

src/resources/agents.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,8 @@ export namespace AgentExecution {
873873
| 'SUPPORTED_MODEL_OPENAI_4O'
874874
| 'SUPPORTED_MODEL_OPENAI_4O_MINI'
875875
| 'SUPPORTED_MODEL_OPENAI_O1'
876-
| 'SUPPORTED_MODEL_OPENAI_O1_MINI';
876+
| 'SUPPORTED_MODEL_OPENAI_O1_MINI'
877+
| 'SUPPORTED_MODEL_OPENAI_AUTO';
877878

878879
/**
879880
* transcript_url is the URL to the LLM transcript (all messages exchanged between

0 commit comments

Comments
 (0)