Skip to content

Commit b927965

Browse files
Fix typos in Failure to Answer Documentation (#29416)
* Fix typos in Failure to Answer docs * straight quotes vs smart quotes
1 parent 449a407 commit b927965

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/en/llm_observability/terms/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,11 +188,11 @@ The types of Failure to Answer are defined below and can be configured when the
188188

189189
| Configuration Option | Description | Example(s) |
190190
|---|---|---|
191-
| Empty Code Response | An empty code object like an empty list or tuple, signifiying no data or results | (), [], {}, "", '' |
191+
| Empty Code Response | An empty code object, like an empty list or tuple, signifiying no data or results | (), [], {}, "", '' |
192192
| Empty Response | No meaningful response, returning only whitespace | whitespace |
193-
| No Content Response | An empty output accompanied by a message indicated no content is available | Not found, N/A |
194-
| Redirection Response | Redirects the user to another source of suggests an alternative approach | If you have additional details, Id be happy to include them|
195-
| Refusal Response | Explicitly declines to provide an answer or the complete the request | Sorry, I can't answer this question |
193+
| No Content Response | An empty output accompanied by a message indicating no content is available | Not found, N/A |
194+
| 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|
195+
| Refusal Response | Explicitly declines to provide an answer or to complete the request | Sorry, I can't answer this question |
196196

197197
#### Language Mismatch
198198

0 commit comments

Comments
 (0)