From e6e812119ed79296f4bd2a6a4813be0f31b62658 Mon Sep 17 00:00:00 2001 From: Adam Erb Date: Fri, 7 Mar 2025 10:43:02 -0330 Subject: [PATCH] minor typo --- crates/goose/src/prompts/plan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/goose/src/prompts/plan.md b/crates/goose/src/prompts/plan.md index c268d9fd9f47..f7146fa26c08 100644 --- a/crates/goose/src/prompts/plan.md +++ b/crates/goose/src/prompts/plan.md @@ -1,4 +1,4 @@ -You prepare plans for an agent system. You will recieve the current system +You prepare plans for an agent system. You will receive the current system status as well as in an incoming request from the human. Your plan will be used by an AI agent, who is taking actions on behalf of the human.