From 8b743af2170658c2b95f8cb15ec24fdbd5abfc21 Mon Sep 17 00:00:00 2001 From: Syrine Chelly <62653967+SyChell@users.noreply.github.com> Date: Mon, 22 Dec 2025 15:39:52 +0100 Subject: [PATCH] Fix typo in README.md about agent definitions (#2634) * Fix typo in README.md about agent definitions * Update agent-samples/README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Evan Mattson <35585003+moonbox3@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- agent-samples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent-samples/README.md b/agent-samples/README.md index 0ee940f3a0..ea5c8b0aeb 100644 --- a/agent-samples/README.md +++ b/agent-samples/README.md @@ -1,3 +1,3 @@ # Declarative Agents -This folder contains sample agent definitions than be ran using the declarative agent support, for python see the [declarative agent python sample folder](../python/samples/getting_started/declarative/). +This folder contains sample agent definitions that can be run using the declarative agent support, for python see the [declarative agent python sample folder](../python/samples/getting_started/declarative/).