We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a74af8 commit d664cb2Copy full SHA for d664cb2
typescript-sdk/apps/client-cli/src/agent.ts
@@ -5,7 +5,6 @@ import { Memory } from "@mastra/memory";
5
import { LibSQLStore } from "@mastra/libsql";
6
import { weatherTool } from "./tools/weather.tool";
7
import { browserTool } from "./tools/browser.tool";
8
-import { z } from "zod";
9
10
export const agent = new MastraAgent({
11
// @ts-ignore
typescript-sdk/apps/client-cli/src/index.ts
@@ -47,7 +47,7 @@ async function chatLoop() {
47
process.stdout.write(event.delta);
48
},
49
onToolCallEndEvent() {
50
- console.log("\n");
+ console.log("");
51
52
onToolCallResultEvent({ event }) {
53
if (event.content) {
0 commit comments