File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -69,12 +69,15 @@ const publicApiShape = {
6969 getZodType : Stagehand . getZodType ,
7070 injectUrls : Stagehand . injectUrls ,
7171 isRunningInBun : Stagehand . isRunningInBun ,
72+ isZod3Schema : Stagehand . isZod3Schema ,
73+ isZod4Schema : Stagehand . isZod4Schema ,
7274 jsonSchemaToZod : Stagehand . jsonSchemaToZod ,
7375 loadApiKeyFromEnv : Stagehand . loadApiKeyFromEnv ,
7476 modelToAgentProviderMap : Stagehand . modelToAgentProviderMap ,
7577 pageTextSchema : Stagehand . pageTextSchema ,
7678 providerEnvVarMap : Stagehand . providerEnvVarMap ,
7779 toGeminiSchema : Stagehand . toGeminiSchema ,
80+ toJsonSchema : Stagehand . toJsonSchema ,
7881 transformSchema : Stagehand . transformSchema ,
7982 trimTrailingTextNode : Stagehand . trimTrailingTextNode ,
8083 validateZodSchema : Stagehand . validateZodSchema ,
You can’t perform that action at this time.
0 commit comments