Skip to content

Commit c408c4f

Browse files
fix indentation
1 parent 4043083 commit c408c4f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • semantic-kernel/concepts/enterprise-readiness

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ There are three types of filters:
3939
- Retrying of the function in case of failure (e.g., [switching to an alternative AI model](https://github.com/microsoft/semantic-kernel/blob/main/python/samples/concepts/filtering/retry_with_different_model.py))
4040

4141
- **Prompt Render Filter** - this filter is triggered before the prompt rendering operation, enabling:
42-
- Viewing and modifying the prompt that will be sent to the AI
43-
- Preventing prompt submission to the AI by overriding the function result (e.g., for [Semantic Caching](https://github.com/microsoft/semantic-kernel/blob/main/python/samples/concepts/caching/semantic_caching.py))
42+
- Viewing and modifying the prompt that will be sent to the AI
43+
- Preventing prompt submission to the AI by overriding the function result (e.g., for [Semantic Caching](https://github.com/microsoft/semantic-kernel/blob/main/python/samples/concepts/caching/semantic_caching.py))
4444
::: zone-end
4545
::: zone pivot="programming-language-java"
4646
- **Function Invocation Filter** - this filter is executed each time a `KernelFunction` is invoked. It allows:
@@ -50,8 +50,8 @@ There are three types of filters:
5050
- Retrying of the function in case of failure
5151

5252
- **Prompt Render Filter** - this filter is triggered before the prompt rendering operation, enabling:
53-
- Viewing and modifying the prompt that will be sent to the AI
54-
- Preventing prompt submission to the AI by overriding the function result
53+
- Viewing and modifying the prompt that will be sent to the AI
54+
- Preventing prompt submission to the AI by overriding the function result
5555
::: zone-end
5656

5757
- **Auto Function Invocation Filter** - similar to the function invocation filter, this filter operates within the scope of `automatic function calling`, providing additional context, including chat history, a list of all functions to be executed, and iteration counters. It also allows termination of the auto function calling process (e.g., if a desired result is obtained from the second of three planned functions).

0 commit comments

Comments
 (0)