diff --git a/test/prompts.test.ts b/test/prompts.test.ts index 85d4abd..ea91eaf 100644 --- a/test/prompts.test.ts +++ b/test/prompts.test.ts @@ -7,7 +7,7 @@ describe("planning prompt", () => { expect(planDrafting).toContain("ask the human to confirm your interpretation"); expect(planDrafting).toContain("approve an editorial or other preference choice"); expect(planDrafting).toContain("answer materially reduces uncertainty\nwhile discovering the right plan"); - expect(planDrafting).toContain("state the relevant context, use the human's language and ASD-STE100"); + expect(planDrafting).toContain("self-contained: state the relevant\ncontext, use the human's language and ASD-STE100"); expect(planDrafting).toContain("placeholder goal such as \"work out the thing\""); expect(planDrafting).toContain("object, observable result, settled scope, and required approval"); });