From f07a1060dc602d7dad22470dc2f0e5375eb9b18d Mon Sep 17 00:00:00 2001 From: platform-endpoints Date: Wed, 25 Sep 2024 16:15:42 +0000 Subject: [PATCH] Add spec changes Co-authored-by: Lucas Fayoux <8889400+lfayoux@users.noreply.github.com> --- cohere-openapi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cohere-openapi.yaml b/cohere-openapi.yaml index 50bff061..c5a7ea9b 100644 --- a/cohere-openapi.yaml +++ b/cohere-openapi.yaml @@ -5971,10 +5971,10 @@ paths: enum: - CONTEXTUAL - STRICT - - NONE + - OFF description: | Used to select the [safety instruction](/docs/safety-modes) inserted into the prompt. Defaults to `CONTEXTUAL`. - When `NONE` is specified, the safety instruction will be omitted. + When `OFF` is specified, the safety instruction will be omitted. Safety modes are not yet configurable in combination with `tools`, `tool_results` and `documents` parameters.