Skip to content

Commit 714c719

Browse files
feat(api): api update
1 parent 92c87e1 commit 714c719

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 34
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/sgp%2Fagentex-sdk-c1368f8609bf74b5f5f6439d2e34e5f52aa9a391c2f46fdb36682a2960daaf25.yml
3-
openapi_spec_hash: c7a8cab4aab71cb7e2414111350519e7
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/sgp%2Fagentex-sdk-5ba3790d74703c432197dccf5f03b4f4e40ab6a72dedd7abaea76ec720339148.yml
3+
openapi_spec_hash: a8ffcb25135faa13b5d180f6ee1f920d
44
config_hash: 0197f86ba1a4b1b5ce813d0e62138588

src/agentex/types/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Agent(BaseModel):
3535
registration_metadata: Optional[Dict[str, object]] = None
3636
"""The metadata for the agent's registration."""
3737

38-
status: Optional[Literal["Ready", "Failed", "Unknown", "Deleted"]] = None
38+
status: Optional[Literal["Ready", "Failed", "Unknown", "Deleted", "Unhealthy"]] = None
3939
"""The status of the action, indicating if it's building, ready, failed, etc."""
4040

4141
status_reason: Optional[str] = None

0 commit comments

Comments
 (0)