@pipedream/agentset
Version:
Pipedream Agentset Components
19 lines • 366 B
JavaScript
export default {
"id": "<string>",
"namespaceId": "<string>",
"tenantId": null,
"status": "BACKLOG",
"error": null,
"payload": {
"type": "TEXT",
"text": "<string>",
"name": null
},
"config": null,
"createdAt": "<string>",
"queuedAt": null,
"preProcessingAt": null,
"processingAt": null,
"completedAt": null,
"failedAt": null
}