Skip to content

Commit 0aebb52

Browse files
committed
code highlight fix
1 parent 2563418 commit 0aebb52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/tutorial-ai-agentic-web-app-semantic-kernel-foundry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The `SemanticKernelAgentProvider` is initialized in *Services/SemanticKernelAgen
6868
- Adds a kernel plugin that encapsulates the functionality of the CRUD application (in *Plugins/TaskCrudPlugin.cs*). The only interesting parts of the plugin are the `KernelFunction` attributes on the method definitions and the `Description` attributes that help the kernel call the plugin intelligently.
6969
- Creates a [chat completion agent](/semantic-kernel/frameworks/agent/agent-types/chat-completion-agent?pivots=programming-language-csharp), and configures it to let the AI model automatically invoke functions (`FunctionChoiceBehavior = FunctionChoiceBehavior.Auto()`).
7070

71-
:::code language="csharp" source="~/app-service-agentic-semantic-kernel-ai-foundry-agent/Services/SemanticKernelAgentProvider.cs" range="20-67" highlight="18-43" :::
71+
:::code language="csharp" source="~/app-service-agentic-semantic-kernel-ai-foundry-agent/Services/SemanticKernelAgentProvider.cs" range="20-67" highlight="18-44" :::
7272

7373
### [Azure AI Foundry Agent Service](#tab/aifoundry)
7474

0 commit comments

Comments
 (0)