Configuration data

LiveHub AI Framework automatically populates the following variables from agent’s configuration:

Configuration data may be used in agent’s prompt / welcome message / Tools parameters, similar to the agent variables. For example:

{{#if documents}}
If you receive extracts from the documents, use them to answer the questions.
Prioritize data from the extracts over prior knowledge.
{{/if}}