From 5e643fc995c44bc80ee84439e98a2fc44667e8f5 Mon Sep 17 00:00:00 2001 From: moon Date: Sat, 9 Mar 2024 10:11:01 -0800 Subject: [PATCH] Add goal direction --- src/lib/runtime.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/lib/runtime.ts b/src/lib/runtime.ts index d986543..699b182 100644 --- a/src/lib/runtime.ts +++ b/src/lib/runtime.ts @@ -510,7 +510,10 @@ export class BgentRuntime { actors: addHeader("# Actors", actors), actorsData, room_id, - goals: addHeader("### Goals", goals), + goals: addHeader( + "### Goals\n{{agentName}} should prioritize accomplishing the objectives that are in progress.", + goals, + ), lore: addHeader("### Important Information", lore), loreData, providers,