There are some functions that should only be used in prompt templates. For example, all of the new history reducer plugins (top N, summarize previous conversation, retrieve relevant messages, etc.) should not be used by the AI.
To control this logic, there should be an attribute that can be added to a function to prevent the AI from ever calling this functions.
There are some functions that should only be used in prompt templates. For example, all of the new history reducer plugins (top N, summarize previous conversation, retrieve relevant messages, etc.) should not be used by the AI.
To control this logic, there should be an attribute that can be added to a function to prevent the AI from ever calling this functions.