File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ import type {
4444 ServerNotification ,
4545ElicitRequest ,
4646} from "../../types.js" ;
47- import { ElicitResultSchema } from "../../../dist/esm/ types.js" ;
47+ import { ElicitResultSchema } from "../../types.js" ;
4848import { ToolRegistry } from "./toolRegistry.js" ;
4949import { runToolLoop , BreakToolLoopError } from "./toolLoop.js"
5050
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import type {
1717 ServerNotification ,
1818} from "../../types.js" ;
1919import { 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.
You can’t perform that action at this time.
0 commit comments