Skip to content

Commit c886544

Browse files
authored
Export aisdk (#1058)
# why Easier to use for Custom LLM Clients and keep users up to date with our aisdk file # what changed added export of aisdk to lib/index.ts # test plan build local stagehand, import local AISdkClient, run Azure Stagehand session
1 parent f6f05b0 commit c886544

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1028,4 +1028,5 @@ export * from "../types/stagehand";
10281028
export * from "../types/stagehandApiErrors";
10291029
export * from "../types/stagehandErrors";
10301030
export * from "./llm/LLMClient";
1031+
export * from "./llm/aisdk";
10311032
export { connectToMCPServer };

0 commit comments

Comments
 (0)