Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelgj committed Aug 12, 2024
1 parent cd21a7e commit c3ef78c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ai/src/generateAction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export const generateAction = defineAction(
...input,
history: [...request.messages, selected.message],
prompt: toolResponses,
}
};
return await generateAction(nextRequest);
}
);
Expand Down

0 comments on commit c3ef78c

Please sign in to comment.