From 2383de59215e96a9c9dbcd3f1514c1b76fc03e96 Mon Sep 17 00:00:00 2001 From: Adam Erb Date: Fri, 7 Mar 2025 14:04:53 -0330 Subject: [PATCH] minor typo (#1569) --- 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 c268d9fd..f7146fa2 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.