jqScript = ` "# " + .title,
"*" + (.create_time | strftime("%Y-%m-%d %H:%M:%S")) + "*",
"\n",
first(.mapping[] | select(.message.author.role == "system")) as $firstSystem
| .mapping[]
| select(.message.author.role != null and .message.content.parts != null)
| select(. != $firstSystem)
| "**" + .message.author.role + "**: " + .message.content.parts[] + "
---"`