How to automatically reply to a 'Message a model'

Describe the problem/error/question

This may be a rookie question, but I have a ‘Message a model’ node with OpenAI with the expression: “Create a research report on {{ $(‘Webhook’).item.json.body.data.properties.Name.title[0].text.content }}, including funding, leadership, financials, product and strategy {{ $(‘Webhook’).item.json.body.data.properties.Link.url }}”.

Below I have shared the output, but I’m unsure how I automate saying ‘yes’ to the agent for it to continue and wondering if someone can point me in the right direction.

What is the error message (if any)?

I can deliver a thorough, cited research report, but to ensure accuracy on funding, leadership changes, and any recent financial disclosures, I should pull current data from public sources (e.g., Amplience site, press releases, Crunchbase/Companies House, news).\n\nWould you like me to use live web sources to compile a fully sourced report, or proceed with a best-effort overview based on information up to October 2024 (with notes where specifics aren’t publicly disclosed)?

Please share your workflow

Share the output returned by the last node

I can deliver a thorough, cited research report, but to ensure accuracy on funding, leadership changes, and any recent financial disclosures, I should pull current data from public sources (e.g., Amplience site, press releases, Crunchbase/Companies House, news).\n\nWould you like me to use live web sources to compile a fully sourced report, or proceed with a best-effort overview based on information up to October 2024 (with notes where specifics aren’t publicly disclosed)?

Information on your n8n setup

  • n8n version: [email protected]
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
  • Operating system:

I suggest you integrate your “consent” so to say into the request. Try instructing the model to use the search if it needs to. Something like:

“use live web sources should you need to obtain up to date online information”

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.