Skip to content

Commit

Permalink
Merge pull request #29 from pi-agi/develop
Browse files Browse the repository at this point in the history
Develop to Master
  • Loading branch information
fatihturker authored May 14, 2023
2 parents 0755bd2 + 9de42d5 commit 1dd1df9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/agi/main.agi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,9 @@ export class MainAGI<T extends ActionType> {
) {
for (const a of parsed.actions) {
const actionResponse = { action: a } as ActionResponse<T>;
this.loggerUtil.log('Taking action: ', a);
actionResponse.response = await this.actionUtil.takeAction(a);
this.loggerUtil.log('Action response: ', actionResponse.response);
actionResponses.push(actionResponse);
}
}
Expand Down

0 comments on commit 1dd1df9

Please sign in to comment.