Skip to content

Commit

Permalink
fixup! feat(agent): update system prompt
Browse files Browse the repository at this point in the history
Signed-off-by: Matous Havlena <[email protected]>
  • Loading branch information
matoushavlena committed Oct 10, 2024
1 parent 27facc2 commit 570b73e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ const output = template.render({
colors: ["Green", "Yellow"],
});
console.log(output); // Colors: Green,Yellow

```

_Source: [examples/templates/arrays.ts](/examples/templates/arrays.ts)_
Expand Down Expand Up @@ -89,7 +88,6 @@ const output = template.render({
responses: [{ duration: 3 }, { duration: 5 }, { duration: 6 }],
});
console.log(output); // Expected Duration: 5ms; Retrieved: 3ms 5ms 6ms

```

_Source: [examples/templates/objects.ts](/examples/templates/objects.ts)_
Expand Down Expand Up @@ -123,7 +121,6 @@ const output = modified.render({
objective: "fulfill the user needs",
});
console.log(output); // You are a helpful assistant called Bee. Your objective is to fulfill the user needs. Your answers must be concise.

```

_Source: [examples/templates/forking.ts](/examples/templates/forking.ts)_
Expand Down

0 comments on commit 570b73e

Please sign in to comment.