File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 23
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/warp-bnavetta/warp-api-964f646a32c318735de7673531a12788aede1840f7ab4893f2efa31c83440837 .yml
3- openapi_spec_hash : 30f07ff0bfb491efb11cd88fce79968a
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/warp-bnavetta/warp-api-532e80ed769a2649b85798696c2c988d05a2c940c61425a6d6caaf6206beeb28 .yml
3+ openapi_spec_hash : 018332ffca594f453bfd0fb348560946
44config_hash : 236823a4936c76818117c16aa5c188df
Original file line number Diff line number Diff line change @@ -108,6 +108,9 @@ class AgentResponse(BaseModel):
108108 uid : str
109109 """Unique identifier for the agent"""
110110
111+ updated_at : datetime
112+ """When the agent was last updated (RFC3339)"""
113+
111114 base_harness : Optional [str ] = None
112115 """Default harness for runs executed by this agent.
113116
Original file line number Diff line number Diff line change 11# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22
3- from typing import Optional
4-
53from .._models import BaseModel
64
75__all__ = ["GcpProviderConfig" ]
@@ -18,6 +16,3 @@ class GcpProviderConfig(BaseModel):
1816
1917 workload_identity_federation_provider_id : str
2018 """Workload Identity Federation provider ID"""
21-
22- service_account_email : Optional [str ] = None
23- """Optional GCP service account email to impersonate"""
You can’t perform that action at this time.
0 commit comments