Skip to content

Commit

Permalink
Add goal direction
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Mar 9, 2024
1 parent 6a80a50 commit 5e643fc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/lib/runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5e643fc

Please sign in to comment.