Skip to content

Commit 5a09dfd

Browse files
feat(api): api update
1 parent 7cba28b commit 5a09dfd

3 files changed

Lines changed: 5 additions & 7 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: 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
44
config_hash: 236823a4936c76818117c16aa5c188df

src/oz_agent_sdk/types/agent/agent_response.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

src/oz_agent_sdk/types/gcp_provider_config.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

3-
from typing import Optional
4-
53
from .._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"""

0 commit comments

Comments
 (0)