Skip to content

Commit

Permalink
feat: createReactAgent
Browse files Browse the repository at this point in the history
  • Loading branch information
ucev committed Jan 14, 2025
1 parent e946daa commit 724bd5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/src/tools/google_calendar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export async function run() {
new GoogleCalendarViewTool(googleCalendarParams),
];

const calendarAgent = await createReactAgent({
const calendarAgent = createReactAgent({
llm: model,
tools
});
Expand Down

0 comments on commit 724bd5f

Please sign in to comment.