SimpleUserAgentResponse
agent_idAgent Id (string)required
nameName (string)required
icon_url object
anyOf
- string
- null
string
tagsstring[]
Default value:
[]description object
anyOf
- string
- null
string
SimpleUserAgentResponse
{
"agent_id": "string",
"name": "string",
"icon_url": "string",
"tags": [
"string"
],
"description": "string"
}