Cache promlem?

Describe the problem/error/question

I added this section in the system prompt of my AI agent:

 

    /help
    List available commands
    /lookup {company_or_person}
    Return stored lead details.
    /reresearch {lead}
    Refresh latest data.
    /research {company}
    Search email and contact person in Airtable by company. Trigger the whole workflow and store all information in Airtable using the email address as matching field. 
    /company {lead}
    Return company summary.
    /person {lead}
    Return person summary.
    /agenda {lead}
    Generate first meeting agenda.
    /prioritize
    Return highest priority leads in pipeline.

When I enter /help in the slack window, my agent lists the commands as expected.
Now I added another command and published my workflow again.

    
/form
    Answer with providing the link to the contact form 




But when I call /help again, I only get the old list. I deleted the simple memory and added it again, but the list is the same - /form doesn’t show up.

Any idea ?

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

You can use these commands to interact with the system:
/help
  - Show this help message.
/lookup {company_or_person}
  - Retrieve stored lead details by company or person name.
/reresearch {lead}
  - Refresh latest research for the specified lead.
/research {company}
  - Search for email and contacts in Airtable by company.
  - Trigger full research workflow and store info using matched email.
/company {lead}
  - Return detailed company research summary for the given lead.
/person {lead}
  - Return detailed person research summary for the given lead.
/agenda {lead}
  - Generate suggested first meeting agenda for the lead.
/prioritize
  - Return highest priority leads in the pipeline.
For company-related requests, I always search for emails in Airtable first.
Let me know how I can help!

Information on your n8n setup

  • N8N - Self hosted

@Miliaga Thanks for your answer. I chat with my Agent via a Slack App integration - not with the chat trigger of N8N

@Miliaga It did work …. the actual list gets delivered. Thank you very much !