1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
| { "nodes": [ { "parameters": { "options": {} }, "type": "@n8n/n8n-nodes-langchain.chatTrigger", "typeVersion": 1.4, "position": [ -384, 32 ], "id": "f57d9f0a-06e8-4066-8fd2-a9a2a6d52d32", "name": "When chat message received", "webhookId": "382fe3c0-68d7-4200-ba83-4ea8d91df9b0" }, { "parameters": { "options": {} }, "type": "@n8n/n8n-nodes-langchain.agent", "typeVersion": 3.1, "position": [ -160, 32 ], "id": "8ba7b7b2-b2c3-4145-a871-7cdf29309c40", "name": "AI Agent" }, { "parameters": { "projectId": { "__rl": true, "value": "sixth-embassy-502516-c3", "mode": "list", "cachedResultName": "GoogleLLM" }, "options": {} }, "type": "@n8n/n8n-nodes-langchain.lmChatGoogleVertex", "typeVersion": 1, "position": [ -160, 240 ], "id": "732df07a-d9bd-49e0-b2af-379db1f3d1fa", "name": "Google Vertex Chat Model", "credentials": { "googleApi": { "id": "GRHQqJtY3NQqoKdE", "name": "Google Service Account account" } } } ], "connections": { "When chat message received": { "main": [ [ { "node": "AI Agent", "type": "main", "index": 0 } ] ] }, "Google Vertex Chat Model": { "ai_languageModel": [ [ { "node": "AI Agent", "type": "ai_languageModel", "index": 0 } ] ] } }, "pinData": {}, "meta": { "templateCredsSetupCompleted": true, "instanceId": "fd4f12f561b24775bc1dbf895c94763f0418144c33fba348cb4402d0c431cb75" } }
|