There are two main parts of a natural language trigger
To activate your plugin, the Assistant must understand when a user wants to use it. This is where triggering examples come in—specific phrases or sentences that users might say to trigger your plugin.
For a PTO plugin, examples of utterances could include:
These phrases act as cues for the AI Assistant to recognize the user’s intent and launch your plugin.
Our conversational triggers are built based on fully understanding the plugin’s contents. During configuration, the Agentic Reasoning Engine analyzes the plugin and confirms its understanding with the developer through a contrastive learning experience.

For each generated utterance, choose one of three options:
You must collect at least 5 positive examples before you can activate your plugin.
You should:
Additionally, depending on your situation you should either add positive or negative triggering examples.
Along with triggering examples, you can add triggering instructions to your plugin descriptions. Here are examples:
You can only search and query meetings, you cannot do any other read, update, or write actions such as cancel, edit, update, delete.)Do NOT use this plugin for checking common availability between multiple users, use the "find_availability_between_users" plugin for that purpose. DO NOT attempt to look up someone else's calendar.)Order records by created date and always use the unique ID as the record key. Please order the sub-fields as: Amount, Created Date, Approver)
There are a number of reasons why your plugin may not trigger.
To isolate the issue, first try to trigger your plugin with one of your configured utterances

If it still doesn’t trigger even with the exact match, there are a few reasons why:
If the exact match triggers, it is likely that your AI agent doesn’t believe your plugin is relevant to the user. There are a few options you have