Skip to content

Commit f6189a4

Browse files
feat(api): api update
1 parent adcd3e0 commit f6189a4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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-5ba3790d74703c432197dccf5f03b4f4e40ab6a72dedd7abaea76ec720339148.yml
3-
openapi_spec_hash: a8ffcb25135faa13b5d180f6ee1f920d
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/sgp%2Fagentex-sdk-b5b567ef5b14f4b23f01e69b75d282ba3cf0ce6e8f5d57c859e844fbbf99eed6.yml
3+
openapi_spec_hash: 2ddd1cbab48974dbf6357c2c10ee4701
44
config_hash: 0197f86ba1a4b1b5ce813d0e62138588

src/agentex/types/agent.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ class Agent(BaseModel):
2929
updated_at: datetime
3030
"""The timestamp when the agent was last updated"""
3131

32+
agent_input_type: Optional[Literal["text", "json"]] = None
33+
"""The type of input the agent expects."""
34+
3235
registered_at: Optional[datetime] = None
3336
"""The timestamp when the agent was last registered"""
3437

0 commit comments

Comments
 (0)