Skip to content

Commit 6517af4

Browse files
authored
[Inference] Export makeRequestOptions utils (#1572)
1 parent 42fdf38 commit 6517af4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/inference/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +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/getProviderHelper.js";
7+
export * from "./lib/makeRequestOptions.js";
68

79
export { snippets };

0 commit comments

Comments
 (0)