Skip to content

Commit 9c91c54

Browse files
single line zone
1 parent 436e9cc commit 9c91c54

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

  • semantic-kernel/concepts/enterprise-readiness

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,15 @@ There are three types of filters:
2525
- Access to information about the function being executed and its arguments
2626
- Handling of exceptions during function execution
2727
- Overriding of the function result, either before (for instance for caching scenario's) or after execution (for instance for responsible AI scenarios)
28-
- Retrying of the function in case of failure ::: zone pivot="programming-language-csharp (e.g., [switching to an alternative AI model](https://github.com/microsoft/semantic-kernel/blob/main/dotnet/samples/Concepts/Filtering/RetryWithFilters.cs)) ::: zone-end
28+
::: zone pivot="programming-language-csharp"
29+
- Retrying of the function in case of failure (e.g., [switching to an alternative AI model](https://github.com/microsoft/semantic-kernel/blob/main/dotnet/samples/Concepts/Filtering/RetryWithFilters.cs))
30+
::: zone-end
31+
::: zone pivot="programming-language-python"
32+
- Retrying of the function in case of failure
33+
::: zone-end
34+
::: zone pivot="programming-language-java"
35+
- Retrying of the function in case of failure
36+
::: zone-end
2937

3038
- **Prompt Render Filter** - this filter is triggered before the prompt rendering operation, enabling:
3139
- Viewing and modifying the prompt that will be sent to the AI (e.g., for RAG or [PII redaction](https://github.com/microsoft/semantic-kernel/blob/main/dotnet/samples/Concepts/Filtering/PIIDetection.cs))

0 commit comments

Comments
 (0)