File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11configured_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
44config_hash : 0197f86ba1a4b1b5ce813d0e62138588
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments