Having issues with templater syntax

What I’m trying to do

My daily notes (Daily Journals is what I call them) are located in “05 Journal/Daily Journals”. The file name of each one is that current date in YYYY-MM-DD format. I also have AI Assisted Journals for each day located in the folder “05 Journal/AI Assisted Journals” which are titled the same as the daily notes.

Okay, so I am trying to insert the AI Assisted Journal for each day into the daily note for the same day.

Things I have tried

The templater syntax I am using is:

<% tp.file.insert(“05 Journal/AI Assisted Journals” + tp.file.name) %>

However, that is not working as valid templater code. Can someone smarten me up and correct this syntax for me? AI doesn’t seem to understand what I am asking of it. LOL