Skip to content

Commit 63965d7

Browse files
committed
Clean up server.ts as well
1 parent 8d0d728 commit 63965d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/server.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
import { createWorkersAI } from "workers-ai-provider";
2-
import { routeAgentRequest, callable, type Schedule } from "agents";
2+
import { callable, routeAgentRequest, type Schedule } from "agents";
33
import { getSchedulePrompt, scheduleSchema } from "agents/schedule";
44
import { AIChatAgent, type OnChatMessageOptions } from "@cloudflare/ai-chat";
55
import {
6-
streamText,
76
convertToModelMessages,
87
pruneMessages,
9-
tool,
108
stepCountIs,
9+
streamText,
10+
tool,
1111
type ModelMessage
1212
} from "ai";
1313
import { z } from "zod";

0 commit comments

Comments
 (0)