From 6cd75ea8f04dddcef727b4d30d7bfc37edbf2567 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 02:24:27 +0000 Subject: [PATCH] docs(TSP-1322): document Inventor trigger management capabilities Add documentation for two new Inventor tools: enable/disable individual agent triggers and enable/disable workforce auto-triggers. Note the published-first prerequisite for workforce triggers. Mention the bug fix where triggers created via Inventor now correctly display as active. Co-Authored-By: Claude Sonnet 4.6 --- build/agents/build-your-agent/triggers.mdx | 5 +++++ build/invent/invent.mdx | 10 ++++++++++ .../workforces/build-an-ai-workforce/add-triggers.mdx | 8 ++++++++ 3 files changed, 23 insertions(+) diff --git a/build/agents/build-your-agent/triggers.mdx b/build/agents/build-your-agent/triggers.mdx index 76a419c9..b92eba25 100644 --- a/build/agents/build-your-agent/triggers.mdx +++ b/build/agents/build-your-agent/triggers.mdx @@ -49,12 +49,17 @@ Use the **Pause all** or **Resume all** buttons at the top of the Triggers secti Active triggers display with a standard appearance, while paused triggers show a visual indicator so you can quickly see which triggers are currently active and which are paused. +### Managing triggers with Inventor + +On Enterprise plans, you can ask [Inventor](/build/invent/invent) to enable or disable individual triggers conversationally. This is an alternative to using the UI controls — useful when you're already working in Inventor and want to adjust trigger states without switching context. + ### Where to manage triggers You can pause and resume triggers from two locations: - **Agent settings**: Navigate to your agent and open the Triggers section - **Agent builder sidebar**: Access trigger controls directly while building your agent +- **Inventor** (Enterprise only): Ask Inventor to enable or disable individual triggers conversationally ### Common use cases for pausing triggers diff --git a/build/invent/invent.mdx b/build/invent/invent.mdx index fc9739a1..14cc4328 100644 --- a/build/invent/invent.mdx +++ b/build/invent/invent.mdx @@ -41,8 +41,18 @@ Inventor is a copilot agent inside the Relevance AI UI. It uses the Relevance AI When Inventor hits a platform issue it can't fix, it logs a bug to our engineering team on your behalf. + + Ask Inventor to turn individual agent triggers on or off conversationally — without navigating to the Triggers section of the agent builder. + + + Toggle workforce-level auto-triggers via Inventor. The workforce must be published before Inventor can manage its trigger states. + + + Triggers created via Inventor now correctly display as "active" immediately after creation. + + Inventor can log bugs on your behalf. These go to our engineering team, not support, so you won't receive updates on their progress. diff --git a/build/workforces/build-an-ai-workforce/add-triggers.mdx b/build/workforces/build-an-ai-workforce/add-triggers.mdx index 16d6a4d0..db477bba 100644 --- a/build/workforces/build-an-ai-workforce/add-triggers.mdx +++ b/build/workforces/build-an-ai-workforce/add-triggers.mdx @@ -176,6 +176,14 @@ The "Pause all triggers" feature allows you to temporarily stop integrated trigg Manual triggers like "user message received" are designed to always remain active and cannot be paused. This ensures users can always interact with the workforce, even when integrated triggers are paused. +### Managing workforce triggers with Inventor + +On Enterprise plans, you can ask [Inventor](/build/invent/invent) to enable or disable individual workforce auto-triggers conversationally. This is an alternative to the UI controls when you're already working in Inventor. + + + The workforce must be published before Inventor can manage its trigger states. Inventor cannot enable or disable triggers on an unpublished workforce. + + ## Best Practices for Using Triggers ### Strategic Trigger Placement