Agent Message Template

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:

  1. Double Brace Syntax: to insert values from your table, use double braces around the column name. For example: {{column_name}}
  2. Column Names: you can use any column from your selected knowledge table.
  3. 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."

Agents

0:00