Skip to content

Commit 54503f5

Browse files
feat(api): add SUPPORTED_MODEL_OPENAI_AUTO to agent_execution status
1 parent 7eb2fad commit 54503f5

2 files changed

Lines changed: 4 additions & 3 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/gitpod/types/agent_execution.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,7 @@ class Status(BaseModel):
461461
"SUPPORTED_MODEL_OPENAI_4O_MINI",
462462
"SUPPORTED_MODEL_OPENAI_O1",
463463
"SUPPORTED_MODEL_OPENAI_O1_MINI",
464+
"SUPPORTED_MODEL_OPENAI_AUTO",
464465
]
465466
] = FieldInfo(alias="supportedModel", default=None)
466467
"""supported_model is the LLM model being used by the agent execution."""

0 commit comments

Comments
 (0)