Skip to content

Commit 6206dac

Browse files
committed
[IMP] AI: Agents topics
closes #15531 Signed-off-by: Jessica Rogers (jero) <jero@odoo.com>
1 parent 46cd898 commit 6206dac

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

content/applications/productivity/ai/agents.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Instructions often include:
4545

4646
- A purpose, or what the topic covers
4747
- Rules or constraints for the agent to follow when assigned this topic
48-
- Step-by-step workflows for how to complete a specfic action
48+
- Step-by-step workflows for how to complete a specific action
4949
- Technical details needed to complete any actions
5050

5151
Agent structure
@@ -58,15 +58,18 @@ Topics
5858

5959
*Topics* are a collection of instructions and :ref:`tools <ai/tools>` that define how an agent
6060
behaves within a specific context. Essentially, the topics define what an agent can do within the
61-
database.
61+
database. Topics guide conversations, telling the agent what it can do, how it can do it, and when
62+
it should do it.
6263

6364
.. important::
6465
If an agent is not assigned any Topics, it is only able to provide information, not complete
6566
tasks or make changes to the database.
6667

67-
Topics guide conversations, telling the agent what it can do, how it can do it, and when it should
68-
do it. Within each topic includes a detailed prompt, which provides the agent with more in-depth
69-
instructions on how to perform the
68+
Within each topic includes a detailed prompt, which provides the agent with more in-depth
69+
instructions on how to perform the tasks associated with that topic, define the boundaries of its
70+
behavior, and determine how it should interpret user intent. These prompts ensure that the agent
71+
follows a consistent reasoning pattern and uses the appropriate tools to generate accurate,
72+
context-aware responses.
7073

7174
The following topics are preconfigured in the **AI** app:
7275

0 commit comments

Comments
 (0)