Skip to main content

SimpleUserUploadAgentResponse

agent_idAgent Id (string)required
agent_nameAgent Name (string)required
icon_url object
anyOf
string
upload_info objectrequired
upload_typeUpload Type (string)required
upload_statusUpload Status (string)required
tagsstring[]
Default value: []
description object
anyOf
string
SimpleUserUploadAgentResponse
{
"agent_id": "string",
"agent_name": "string",
"icon_url": "string",
"upload_info": {
"upload_type": "string",
"upload_status": "string"
},
"tags": [
"string"
],
"description": "string"
}