{
  "name": "AI-powered gratitude reminder workflow for LINE",
  "nodes": [
    {
      "id": "ac48becc-e207-489b-a8e4-a8f69780c626",
      "name": "Trigger 2100 Bear Gratitude Jar Notice",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -80,
        -100
      ]
    },
    {
      "id": "37f46ac1-5c0b-4cdf-aa33-67fad80dafdd",
      "name": "WriteReminder",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        180,
        -100
      ]
    },
    {
      "id": "816f8089-a54f-4860-a658-448ab53a08fd",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -180,
        -240
      ],
      "parameters": {
        "width": 300,
        "height": 360,
        "content": "## Trigger \nWe schedule the trigger at 9.00 pm before going to bed. This flow is to reflect what is the great thing that happened today."
      }
    },
    {
      "id": "c7a620fe-2a50-4cfb-af91-8a4b4ca58adb",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        160,
        -240
      ],
      "parameters": {
        "width": 300,
        "height": 360,
        "content": "## Write Reminder\nAfter getting the same reminder, we tend to ignore it. This is to generate variations of reminder by setting the temperature of the model at 0.9"
      }
    },
    {
      "id": "66b865a1-0a6c-4a3c-abb3-024ec7ff8b40",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        500,
        -240
      ],
      "parameters": {
        "width": 300,
        "height": 360,
        "content": "## Reformatted \nThis is to reformat text to be able to send in Line Push API properly."
      }
    },
    {
      "id": "adb8cf4e-de77-4490-a8da-b32122c3a730",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        840,
        -240
      ],
      "parameters": {
        "width": 300,
        "height": 360,
        "content": "## Push Message\nSend push message via LINE"
      }
    },
    {
      "id": "6562967a-fae7-400a-913a-4cf68e70b40a",
      "name": "Reformat Output from Chat Model",
      "type": "n8n-nodes-base.set",
      "position": [
        600,
        -100
      ]
    },
    {
      "id": "d2ab000a-6f3a-494f-807f-829cbb124685",
      "name": "Azure OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatAzureOpenAi",
      "position": [
        280,
        -20
      ]
    },
    {
      "id": "c548df75-dc6c-472f-8992-77f0f57d4732",
      "name": "Line Push Message",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        940,
        -100
      ]
    }
  ],
  "connections": {
    "WriteReminder": {
      "main": [
        [
          {
            "node": "Reformat Output from Chat Model",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Azure OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "WriteReminder",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Reformat Output from Chat Model": {
      "main": [
        [
          {
            "node": "Line Push Message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Trigger 2100 Bear Gratitude Jar Notice": {
      "main": [
        [
          {
            "node": "WriteReminder",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}