From d96fcb4f07b97037318410585512df05be1a4ea0 Mon Sep 17 00:00:00 2001 From: jero-odoo Date: Mon, 1 Dec 2025 15:30:49 +0000 Subject: [PATCH] [IMP] AI: Agents topics X-original-commit: 6206dacafcb6ba2b97c58f17d68110a8458f18f6 --- content/applications/productivity/ai/agents.rst | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/content/applications/productivity/ai/agents.rst b/content/applications/productivity/ai/agents.rst index 51ab31b7a0..a1b989d67c 100644 --- a/content/applications/productivity/ai/agents.rst +++ b/content/applications/productivity/ai/agents.rst @@ -45,7 +45,7 @@ Instructions often include: - A purpose, or what the topic covers - Rules or constraints for the agent to follow when assigned this topic -- Step-by-step workflows for how to complete a specfic action +- Step-by-step workflows for how to complete a specific action - Technical details needed to complete any actions Agent structure @@ -58,15 +58,18 @@ Topics *Topics* are a collection of instructions and :ref:`tools ` that define how an agent behaves within a specific context. Essentially, the topics define what an agent can do within the -database. +database. Topics guide conversations, telling the agent what it can do, how it can do it, and when +it should do it. .. important:: If an agent is not assigned any Topics, it is only able to provide information, not complete tasks or make changes to the database. -Topics guide conversations, telling the agent what it can do, how it can do it, and when it should -do it. Within each topic includes a detailed prompt, which provides the agent with more in-depth -instructions on how to perform the +Within each topic includes a detailed prompt, which provides the agent with more in-depth +instructions on how to perform the tasks associated with that topic, define the boundaries of its +behavior, and determine how it should interpret user intent. These prompts ensure that the agent +follows a consistent reasoning pattern and uses the appropriate tools to generate accurate, +context-aware responses. The following topics are preconfigured in the **AI** app: