Skip to content

Commit 3cae9d7

Browse files
committed
add changesets
1 parent dc2b39e commit 3cae9d7

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.changeset/metal-cherries-sin.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-llama": patch
3+
---
4+
5+
Optimize Typescript multi-agent code

.changeset/serious-suits-turn.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-llama": patch
3+
---
4+
5+
Add form filling use case (Typescript)

templates/components/agents/typescript/financial_report/app/api/chat/workflow/finReport.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ export class FinancialReportWorkflow extends Workflow {
235235
}
236236

237237
// Call the tools
238-
console.log("Calling tools", toolCalls);
239238
const toolMsgs = await callTools(
240239
toolCalls,
241240
[this.codeInterpreterTool],

0 commit comments

Comments
 (0)