Skip to content

Commit 07cacff

Browse files
committed
fix build
1 parent 145cad3 commit 07cacff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/examples/server/adventureGame.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ import type {
4444
ServerNotification,
4545
ElicitRequest,
4646
} from "../../types.js";
47-
import { ElicitResultSchema } from "../../../dist/esm/types.js";
47+
import { ElicitResultSchema } from "../../types.js";
4848
import { ToolRegistry } from "./toolRegistry.js";
4949
import { runToolLoop, BreakToolLoopError } from "./toolLoop.js"
5050

src/examples/server/toolLoop.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import type {
1717
ServerNotification,
1818
} from "../../types.js";
1919
import { ToolRegistry } from "./toolRegistry.js";
20-
import { ToolResultContent } from "../../../dist/esm/types.js";
20+
import { ToolResultContent } from "../../types.js";
2121

2222
/**
2323
* Interface for tracking aggregated token usage across API calls.

0 commit comments

Comments
 (0)