Skip to content

Commit

Permalink
fix: build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dosco committed Oct 21, 2024
1 parent 16f353a commit f7687ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ax/dsp/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ export class AxGen<
const funcs = parseFunctions(ai, result.functionCalls, values);

if (funcs) {
await this.processFunctions(funcs, mem, sessionId, traceId);
await this.processFunctions(ai, funcs, mem, sessionId, traceId);
}
}

Expand Down

0 comments on commit f7687ee

Please sign in to comment.