Skip to content

Commit 03244ed

Browse files
fixed headings
1 parent 039d3cd commit 03244ed

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

  • semantic-kernel/concepts/enterprise-readiness

semantic-kernel/concepts/enterprise-readiness/filters.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,6 @@ async def prompt_rendering_filter(context: PromptRenderContext, next):
226226
::: zone-end
227227
::: zone pivot="programming-language-java"
228228

229-
## Coming soon
230-
231229
More info coming soon.
232230

233231
::: zone-end
@@ -303,8 +301,6 @@ async def auto_function_invocation_filter(context: AutoFunctionInvocationContext
303301
::: zone-end
304302
::: zone pivot="programming-language-java"
305303

306-
## Coming soon
307-
308304
More info coming soon.
309305

310306
::: zone-end
@@ -370,8 +366,12 @@ IChatCompletionService chatCompletionService = kernel.GetRequiredService<IChatCo
370366
ChatMessageContent result = await chatCompletionService.GetChatMessageContentAsync(chatHistory, executionSettings, kernel);
371367
```
372368

369+
::: zone-end
370+
373371
## More examples
374372

373+
::: zone pivot="programming-language-csharp"
374+
375375
* [PII detection and redaction with filters](https://github.com/microsoft/semantic-kernel/blob/main/dotnet/samples/Concepts/Filtering/PIIDetection.cs)
376376
* [Semantic Caching with filters](https://github.com/microsoft/semantic-kernel/blob/main/dotnet/samples/Concepts/Caching/SemanticCachingWithFilters.cs)
377377
* [Content Safety with filters](https://github.com/microsoft/semantic-kernel/tree/main/dotnet/samples/Demos/ContentSafety)
@@ -380,8 +380,6 @@ ChatMessageContent result = await chatCompletionService.GetChatMessageContentAsy
380380
::: zone-end
381381
::: zone pivot="programming-language-python"
382382

383-
## More examples:
384-
385383
* [Retry logic with a filter](https://github.com/microsoft/semantic-kernel/blob/main/python/samples/concepts/filtering/retry_with_filters.py)
386384

387385
::: zone-end

0 commit comments

Comments
 (0)