Skip to content

Commit 706af6a

Browse files
feat(api): api update
1 parent 9d28b48 commit 706af6a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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-2ba36d013a2829080b1003d4fecc30e89447db013f87491dd4d76f728d200b85.yml
3-
openapi_spec_hash: ff4de1c4bd38d4ff35bcf30755f0d870
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/sgp%2Fagentex-sdk-0556db8b729c565a582332ce7e175b6b0d95e0d56addd543673a9e52ebd5d58b.yml
3+
openapi_spec_hash: 8c0f9039f66b0017b2dea4574efefed4
44
config_hash: 0197f86ba1a4b1b5ce813d0e62138588

src/agentex/types/acp_type.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
__all__ = ["AcpType"]
66

7-
AcpType: TypeAlias = Literal["sync", "agentic"]
7+
AcpType: TypeAlias = Literal["sync", "async", "agentic"]

src/agentex/types/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Agent(BaseModel):
1515
"""The unique identifier of the agent."""
1616

1717
acp_type: AcpType
18-
"""The type of the ACP Server (Either sync or agentic)"""
18+
"""The type of the ACP Server (Either sync or async)"""
1919

2020
created_at: datetime
2121
"""The timestamp when the agent was created"""

0 commit comments

Comments
 (0)