Skip to content

Commit 2e6ad55

Browse files
committed
add missing tool call message in fin report
1 parent 0d9e49f commit 2e6ad55

File tree

1 file changed

+1
-0
lines changed
  • templates/components/agents/typescript/financial_report/workflow

1 file changed

+1
-0
lines changed

templates/components/agents/typescript/financial_report/workflow/fin-report.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ export class FinancialReportWorkflow extends Workflow<
280280
input: this.memory.getMessages(),
281281
});
282282
} else {
283+
this.memory.put(toolCallResponse.toolCallMessage);
283284
toolCalls = toolCallResponse.toolCalls;
284285
}
285286
}

0 commit comments

Comments
 (0)