You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_generated/agents/docs/admin_guide.md
-56Lines changed: 0 additions & 56 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,24 +64,6 @@ Select **Add an Agent** to create a new Agent, then configure the agent settings
64
64
|**Enable Tools**| By default some tool use is enabled to allow for features such as integrations with JIRA. Disabling this allows use of models that do not support or are not very good at tool use. Some features will not work without tools. |
65
65
|**Access Control**| Set which teams, channels, and users can access this agent |
66
66
67
-
#### LLM Specific Settings
68
-
69
-
Some LLMs have additional configuration that can enable rich features, like Web Search.
70
-
71
-
##### OpenAI, OpenAI Compatible
72
-
73
-
| Setting | Description |
74
-
|---------|-------------|
75
-
|**Use Responses API**| OpenAI has introduced a new Responses API to the OpenAI API specification. This API allows for richer tool integration like reasoning, and native tool support like Web Search. |
76
-
|**Enable Web Search**| Enabling web search will allow your Agent to leverage OpenAI's (or compatible) native web search tool, enabling Agents to respond with information more recent than the model's cutoff date. Responses API must be enabled in order to configure this setting. |
77
-
78
-
##### Anthropic
79
-
80
-
| Setting | Description |
81
-
|---------|-------------|
82
-
| **Enable Web Search** | Enabling web search will allow your Agent to leverage Anthropic's native web search tool, enabling Agents to respond with information more recent than the model's cutoff date.
83
-
84
-
85
67
Select **Save** to create the agent.
86
68
87
69
### Provider configuration
@@ -183,44 +165,6 @@ The plugin configuration is stored in the Mattermost database. To backup:
183
165
1. Ensure your regular Mattermost backup includes plugin configurations
184
166
2. For larger deployments, consider backing up indexed vector data separately
185
167
186
-
### Configuration format
187
-
188
-
The plugin uses a service-based architecture stored in the Mattermost database at `PluginSettings.Plugins["mattermost-ai"]`:
Copy file name to clipboardExpand all lines: source/_generated/agents/docs/user_guide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ Contact your system admin if this feature isn't available for your Mattermost in
93
93
94
94
For AI models with vision capabilities, attach an image file to your message when chatting with an Agent to ask questions about the image or request analysis. The Agent responds based on the visual content.
95
95
96
-
Your system admin must enable vision capabilities for your bot, and the underlying AI model must support vision features.
96
+
Image analysis is a [Beta](https://docs.mattermost.com/manage/feature-labels.html#beta) feature. Your system admin must enable vision capabilities for your bot, and the underlying AI model must support vision features.
0 commit comments