Skip to content

Commit b827731

Browse files
docs: move capabilities reference to clearer location (#6968)
Update reference.mdx Co-authored-by: Claude <[email protected]>
1 parent 3c16e46 commit b827731

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,11 +175,11 @@ The `models` section defines the language models used in your configuration. Mod
175175

176176
- `roles`: An array specifying the roles this model can fulfill, such as `chat`, `autocomplete`, `embed`, `rerank`, `edit`, `apply`, `summarize`. The default value is `[chat, edit, apply, summarize]`. Note that the `summarize` role is not currently used.
177177

178-
- `capabilities`: Array of strings denoting model capabilities, which will overwrite Continue's autodetection based on provider and model. Supported capabilities include:
178+
- `capabilities`: Array of strings denoting model capabilities, which will overwrite Continue's autodetection based on provider and model. See the [Model Capabilities guide](/customize/deep-dives/model-capabilities) for detailed information. Supported capabilities include:
179179
- `tool_use`: Enables function/tool calling support (required for Agent mode)
180180
- `image_input`: Enables image upload and processing support
181181

182-
Continue automatically detects these capabilities for most models, but you can override this when using custom deployments or if autodetection isn't working correctly. See the [Model Capabilities guide](/customize/deep-dives/model-capabilities) for detailed information.
182+
Continue automatically detects these capabilities for most models, but you can override this when using custom deployments or if autodetection isn't working correctly.
183183

184184
- `maxStopWords`: Maximum number of stop words allowed, to avoid API errors with extensive lists.
185185

0 commit comments

Comments
 (0)