Telemetry
Durum
Metadatalar
{
"version": <app-version>,
"chatlowId": <chatflow-id>,
"flowGraph": {
"nodes": [<nodeid-1>, <nodeid-2>],
"edges": [
{
"source": <nodeid-1>,
"target": <nodeid-2>
}
]
}
}{
"version": <app-version>,
"toolId": <tool-id>,
"toolName": <tool-name>
}{
"version": <app-version>,
"assistantId": <assistant-id>
}{
"version": <app-version>,
"chatlowId": <chatflow-id>,
"type": "INTERNAL", // EXTERNAL
"flowGraph": {
"nodes": [<nodeid-1>, <nodeid-2>],
"edges": [
{
"source": <nodeid-1>,
"target": <nodeid-2>
}
]
},
"stopNodeId": <nodeid-1>
}{
"version": <app-version>,
"chatlowId": <chatflow-id>,
"chatId": <chat-id>,
"type": "INTERNAL", // EXTERNAL
"flowGraph": {
"nodes": [<nodeid-1>, <nodeid-2>],
"edges": [
{
"source": <nodeid-1>,
"target": <nodeid-2>
}
]
}
}Telemetriyi Devre Dışı Bırak
Last updated