Skip to content

Commit e44c347

Browse files
author
Eric Camplin
committed
2-understand-native-plugins.md INOTE changed NOTE
1 parent a09dee6 commit e44c347

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

learn-pr/wwl-azure/give-your-ai-agent-skills/includes/2-understand-native-plugins.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ class TaskManagementPlugin(KernelPlugin):
4343

4444
::: zone pivot="csharp"
4545

46-
> [!INOTE]
46+
> [!NOTE]
4747
> In C#, plugin functions use attributes such as `[KernelFunction]` and `[Description]` to provide metadata for the Semantic Kernel. Chat history is managed using the `ChatHistory` class and its methods, such as `AddUserMessage`.
4848
4949
::: zone-end
5050

5151
::: zone pivot="python"
5252

53-
> [!INOTE]
53+
> [!NOTE]
5454
> In Python, plugin functions use decorators such as `@kernel_function` to provide metadata for the Semantic Kernel. Chat history is typically represented as a list of dictionaries, each with a `role` and `content` key.
5555
5656
::: zone-end

0 commit comments

Comments
 (0)