Skip to content

Commit c635281

Browse files
authored
[HOTFIX] Fix the bug in browser-use agent example (#836)
1 parent eb7849b commit c635281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/agent_browser/browser_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ async def _memory_summarizing(self) -> None:
322322
)
323323

324324
# Format the prompt for the model
325-
prompt = self.formatter.format(
325+
prompt = await self.formatter.format(
326326
msgs=[
327327
Msg("system", self.sys_prompt, "system"),
328328
*memory_msgs,

0 commit comments

Comments
 (0)