Skip to content

Commit ed65ff8

Browse files
committed
comments
1 parent e24a4b0 commit ed65ff8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/inference/src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ export * from "./errors.js";
33
export * from "./types.js";
44
export * from "./tasks/index.js";
55
import * as snippets from "./snippets/index.js";
6-
export * from "./lib/makeRequestOptions.js"
6+
export * from "./lib/getProviderHelper.js";
7+
export * from "./lib/makeRequestOptions.js";
78

89
export { snippets };

0 commit comments

Comments
 (0)