Skip to content

Commit

Permalink
fix lore content issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Feb 24, 2024
1 parent bc789da commit 485e366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ export class BgentRuntime {
}),
getLore({
runtime: this,
message: message.content as string,
message: (message.content as Content).content,
count: 5,
match_threshold: 0.5,
}),
Expand Down

0 comments on commit 485e366

Please sign in to comment.