Using the agent message template
The Agent Message template is where you define how your agent should interact with each entry in your knowledge table. This is done using a templating system that allows you to dynamically insert values from your table into the agent's instructions.
Key points:
- Double Brace Syntax: to insert values from your table, use double braces around the column name. For example: {{column_name}}
- Column Names: you can use any column from your selected knowledge table.
- Example Usage: if you have a column named "company" in your table, you could create a template like this: "Please analyze the performance of {{company}} based on the provided data."