From dbb16363dd0ad79016b373c046c6c884778650e3 Mon Sep 17 00:00:00 2001 From: kbpr21 Date: Mon, 6 Jul 2026 00:01:59 +0530 Subject: [PATCH] docs: fix broken link for chat model role in reference.mdx --- docs/reference.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference.mdx b/docs/reference.mdx index 0cdb321e56d..0bf03043eb2 100644 --- a/docs/reference.mdx +++ b/docs/reference.mdx @@ -87,7 +87,7 @@ The `models` section defines the language models used in your configuration. Mod - `maxStopWords`: Maximum number of stop words allowed, to avoid API errors with extensive lists. -- `promptTemplates`: Can be used to override the default prompt templates for different model roles. Valid values are [`chat`](), [`edit`](/customize/model-roles/edit#prompt-templating), [`apply`](/customize/model-roles/apply#prompt-templating) and [`autocomplete`](/customize/model-roles/autocomplete#prompt-templating). The `chat` property must be a valid template name, such as `llama3` or `anthropic`. +- `promptTemplates`: Can be used to override the default prompt templates for different model roles. Valid values are [`chat`](/customize/model-roles/chat), [`edit`](/customize/model-roles/edit#prompt-templating), [`apply`](/customize/model-roles/apply#prompt-templating) and [`autocomplete`](/customize/model-roles/autocomplete#prompt-templating). The `chat` property must be a valid template name, such as `llama3` or `anthropic`. - `chatOptions`: If the model includes role `chat`, these settings apply for Agent and Chat mode: