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: