Skip to content

Commit 6ddcfed

Browse files
committed
Remove unnecessary formatting change in docs.
1 parent cb831c2 commit 6ddcfed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/guides/ORCHESTRATION_CHAT_COMPLETION.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ var configWithFilter = config.withInputFiltering(filterStrict).withOutputFilteri
162162
var result =
163163
new OrchestrationClient().chatCompletion(prompt, configWithFilter);
164164
```
165-
166165
#### Behavior of Input and Output Filters
167166

168167
- **Input Filter**: Triggers a `400 Bad Request` in response during the `chatCompletion` call if the input message violates the filter policy.

0 commit comments

Comments
 (0)