Skip to content

Commit

Permalink
Merge branch 'develop' into pr-842
Browse files Browse the repository at this point in the history
  • Loading branch information
shakkernerd committed Dec 28, 2024
2 parents c1624b8 + a972a81 commit 37c2d23
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/client-direct/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -537,16 +537,13 @@ export class DirectClient {
return;
}

let message = null as Content | null;

await runtime.evaluate(memory, state);

const _result = await runtime.processActions(
memory,
[responseMessage],
state,
async (newMessages) => {
message = newMessages;
async () => {
return [memory];
}
);
Expand Down

0 comments on commit 37c2d23

Please sign in to comment.