UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

43 lines (42 loc) 1.01 kB
{ "type": "object", "properties": { "data": { "type": "object", "properties": { "modelResponse": { "type": "string" } } }, "meta": { "type": "object", "properties": { "requestId": { "type": "string" }, "status": { "type": "string" }, "usage": { "type": "object", "properties": { "credits": { "type": "integer" }, "id": { "type": "string" } } } } }, "sessionId": { "type": "string" }, "windowId": { "type": "string" } }, "version": 2 }