@pipedream/agentset
Version:
Pipedream Agentset Components
24 lines • 480 B
JavaScript
export default {
"id": "<string>",
"ingestJobId": "<string>",
"externalId": null,
"name": null,
"tenantId": null,
"status": "BACKLOG",
"error": null,
"source": {
"type": "TEXT",
"text": "<string>"
},
"properties": null,
"totalChunks": 123,
"totalTokens": 123,
"totalCharacters": 123,
"totalPages": 123,
"createdAt": "<string>",
"queuedAt": null,
"preProcessingAt": null,
"processingAt": null,
"completedAt": null,
"failedAt": null
}