Skip to content

Commit 0df0435

Browse files
cstnshardillb
andauthored
docs: add ai.enabled platform configuration and team type feature (#7321)
Co-authored-by: Ben Hardill <ben@flowforge.com>
1 parent b974fab commit 0df0435

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

docs/admin/introduction.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,9 @@ including what Instance Types are available and any limits that should be applie
185185
- **Tables**
186186

187187
Provides a Team scoped shared SQL Relational Database (Requires specific configuration). More details [here](../user/ff-tables.md)
188+
- **AI Features**
189+
190+
Global toggle for all AI functionality within the team. When disabled, all AI features below are unavailable regardless of their individual settings. Requires `ai.enabled: true` in the platform configuration.
188191
- **Assistant Inline Code Completion**
189192

190193
Allows LLM assistance when writing Functions nodes (requires a token from FlowFuse Support and available to Enterprise License holders). More details [here](/docs/user/expert/)

docs/install/configuration.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,12 @@ Option | Description
229229
`broker.url` | The full url to the platform broker. This is used by the platform and Node-RED instances to connect to the broker. For example: `mqtt://localhost:1883`.
230230
`broker.public_url` | If set, this is the url provided to Devices to connect to the broker with. When running in a Docker or K8S environment, this url should be the externally addressable url the broker is provided on. This could be via WebSockets, for example: `ws://example.com:1884`
231231

232+
## AI Configuration
233+
234+
Option | Description
235+
---------------|--------------
236+
`ai.enabled` | Enables all AI features on the platform. When set to `false`, all AI functionality is disabled regardless of individual feature configuration (assistant, expert, inline completions, snapshot descriptions). Default: `true`
237+
232238
## FF Tables
233239

234240
Option | Description

0 commit comments

Comments
 (0)