Skip to main content

AgentTaskMessageData

typeAgentTaskMessageDataType (string)

Possible values: [notification, toolCall, artifactOutput]

titlestring
descriptionstring
toolNamestring
parameters object
property name*any
errorstring
resultstring
AgentTaskMessageData
{
"type": "notification",
"title": "string",
"description": "string",
"toolName": "string",
"parameters": {},
"error": "string",
"result": "string"
}