From bca3ee3192d2935d90eaef931c84b0951438bc95 Mon Sep 17 00:00:00 2001 From: Miguel Tulla Date: Wed, 14 May 2025 14:52:48 -0400 Subject: [PATCH 1/2] Fix typos in Failure to Answer docs --- content/en/llm_observability/terms/_index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/en/llm_observability/terms/_index.md b/content/en/llm_observability/terms/_index.md index 417cf5282a591..cf35c9628c032 100644 --- a/content/en/llm_observability/terms/_index.md +++ b/content/en/llm_observability/terms/_index.md @@ -188,11 +188,11 @@ The types of Failure to Answer are defined below and can be configured when the | Configuration Option | Description | Example(s) | |---|---|---| -| Empty Code Response | An empty code object like an empty list or tuple, signifiying no data or results | (), [], {}, "", '' | +| Empty Code Response | An empty code object, like an empty list or tuple, signifiying no data or results | (), [], {}, "", '' | | Empty Response | No meaningful response, returning only whitespace | whitespace | -| No Content Response | An empty output accompanied by a message indicated no content is available | Not found, N/A | -| Redirection Response | Redirects the user to another source of suggests an alternative approach | If you have additional details, I’d be happy to include them| -| Refusal Response | Explicitly declines to provide an answer or the complete the request | Sorry, I can't answer this question | +| No Content Response | An empty output accompanied by a message indicating no content is available | Not found, N/A | +| Redirection Response | Redirects the user to another source or suggests an alternative approach | If you have additional details, I’d be happy to include them| +| Refusal Response | Explicitly declines to provide an answer or to complete the request | Sorry, I can't answer this question | #### Language Mismatch From 33dfc322e99d81369621d7cc7bba9dbce43993a0 Mon Sep 17 00:00:00 2001 From: Miguel Tulla Date: Wed, 14 May 2025 14:58:30 -0400 Subject: [PATCH 2/2] straight quotes vs smart quotes --- content/en/llm_observability/terms/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/llm_observability/terms/_index.md b/content/en/llm_observability/terms/_index.md index cf35c9628c032..1f40fbcc789c2 100644 --- a/content/en/llm_observability/terms/_index.md +++ b/content/en/llm_observability/terms/_index.md @@ -191,7 +191,7 @@ The types of Failure to Answer are defined below and can be configured when the | Empty Code Response | An empty code object, like an empty list or tuple, signifiying no data or results | (), [], {}, "", '' | | Empty Response | No meaningful response, returning only whitespace | whitespace | | No Content Response | An empty output accompanied by a message indicating no content is available | Not found, N/A | -| Redirection Response | Redirects the user to another source or suggests an alternative approach | If you have additional details, I’d be happy to include them| +| Redirection Response | Redirects the user to another source or suggests an alternative approach | If you have additional details, I'd be happy to include them| | Refusal Response | Explicitly declines to provide an answer or to complete the request | Sorry, I can't answer this question | #### Language Mismatch