Skip to content

Commit d664cb2

Browse files
committed
clean up
1 parent 4a74af8 commit d664cb2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

typescript-sdk/apps/client-cli/src/agent.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { Memory } from "@mastra/memory";
55
import { LibSQLStore } from "@mastra/libsql";
66
import { weatherTool } from "./tools/weather.tool";
77
import { browserTool } from "./tools/browser.tool";
8-
import { z } from "zod";
98

109
export const agent = new MastraAgent({
1110
// @ts-ignore

typescript-sdk/apps/client-cli/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ async function chatLoop() {
4747
process.stdout.write(event.delta);
4848
},
4949
onToolCallEndEvent() {
50-
console.log("\n");
50+
console.log("");
5151
},
5252
onToolCallResultEvent({ event }) {
5353
if (event.content) {

0 commit comments

Comments
 (0)