Skip to content

Commit 3235c26

Browse files
authored
Fixes #1096 - Add description to group dispatcher agent & tweaks for AI agents
1 parent 351890e commit 3235c26

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

ai/ai-agents.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -70,21 +70,21 @@ no built in category field in Zammad, you first have to create a
7070
ticket's category. The field type must be one of the select types.
7171

7272
The ticket categorizer AI agent uses the content of all articles and the title
73-
to compare it with your category names. You can limit from which categories the
74-
AI agent can choose from and define if multiple values are possible (if
75-
using a multi-select field type) in the wizard. In case you limit the
76-
categories, you can also provide a description for each category the AI agent
77-
can choose from.
73+
to compare it with your category names (and optionally descriptions). To add
74+
descriptions for your categories, limit the categories the AI agent can choose
75+
from. Then add the categories which should be available for the AI agent and
76+
optionally provide a description for them. Additionally, you can decide in the
77+
wizard if multiple values are allowed (only if category field is a multi-select
78+
field type).
7879

7980
Ticket Group Dispatcher
8081
^^^^^^^^^^^^^^^^^^^^^^^
8182

8283
This AI agent is capable of assigning tickets to different groups. It compares
83-
the content of the ticket in question with your group names in Zammad. If a
84-
suitable group can be found, it selects this group for the ticket. You can use
85-
all of your groups or just specific ones by limiting it for the AI agent in the
86-
configuration wizard.
87-
84+
the content of the ticket in question with your group names (and optionally
85+
descriptions). To add descriptions for your groups, limit the groups the AI
86+
agent can choose from. Then add the groups which should be available for the AI
87+
agent and optionally provide a description for them.
8888

8989
Ticket Prioritizer
9090
^^^^^^^^^^^^^^^^^^

locale/admin-docs.pot

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Zammad Admin Documentation pre-release\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2026-03-17 13:00+0100\n"
11+
"POT-Creation-Date: 2026-03-18 15:36+0100\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -106,15 +106,15 @@ msgid "This AI agent is capable of assigning categories to tickets. Because ther
106106
msgstr ""
107107

108108
#: ../ai/ai-agents.rst:72
109-
msgid "The ticket categorizer AI agent uses the content of all articles and the title to compare it with your category names. You can limit from which categories the AI agent can choose from and define if multiple values are possible (if using a multi-select field type) in the wizard. In case you limit the categories, you can also provide a description for each category the AI agent can choose from."
109+
msgid "The ticket categorizer AI agent uses the content of all articles and the title to compare it with your category names (and optionally descriptions). To add descriptions for your categories, limit the categories the AI agent can choose from. Then add the categories which should be available for the AI agent and optionally provide a description for them. Additionally, you can decide in the wizard if multiple values are allowed (only if category field is a multi-select field type)."
110110
msgstr ""
111111

112-
#: ../ai/ai-agents.rst:80
112+
#: ../ai/ai-agents.rst:81
113113
msgid "Ticket Group Dispatcher"
114114
msgstr ""
115115

116-
#: ../ai/ai-agents.rst:82
117-
msgid "This AI agent is capable of assigning tickets to different groups. It compares the content of the ticket in question with your group names in Zammad. If a suitable group can be found, it selects this group for the ticket. You can use all of your groups or just specific ones by limiting it for the AI agent in the configuration wizard."
116+
#: ../ai/ai-agents.rst:83
117+
msgid "This AI agent is capable of assigning tickets to different groups. It compares the content of the ticket in question with your group names (and optionally descriptions). To add descriptions for your groups, limit the groups the AI agent can choose from. Then add the groups which should be available for the AI agent and optionally provide a description for them."
118118
msgstr ""
119119

120120
#: ../ai/ai-agents.rst:90

0 commit comments

Comments
 (0)