Clickable Links in Responses
This will explain how to get clickable links in your AI responses.
Last updated
This will explain how to get clickable links in your AI responses.
Last updated
Inside your base system prompt you need to instruct the AI agent to include links in its responses. To do this, you can update the prompt like so:
Inside your AI agent's knowledge base you can scrape a website to add all of it's pages and data. Most website will have page names and links that are included with this data (Stammer will automatically include all links by default). If, for whatever reason there are no links provided then you can add them via a document or text like [Name of URL](https://thiswouldbeyoururl.com)
Enable debug mode so you can see the data being used by the AI to generate it's answer. If you ask a question and its not giving you the response you like, it's most likely because its returning the irrelevant data. Make sure you only add relevant information to your knowledge base.
Debug Mode