8000 Fix typos in Failure to Answer docs by mtullalizardi · Pull Request #29354 · DataDog/documentation · GitHub
[go: up one dir, main page]

Skip to content

Fix typos in Failure to An 8000 swer docs #29354

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions content/en/llm_observability/terms/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,11 @@

| 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, Id 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 |

Check warning on line 195 in content/en/llm_observability/terms/_index.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.pronouns

Avoid first-person pronouns such as 'I'.

Check warning on line 195 in content/en/llm_observability/terms/_index.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.pronouns

Avoid first-person pronouns such as 'I'.

#### Language Mismatch

Expand Down
Loading
0