File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ const EXTRACT_FAILURE_TEXT =
2323 "Browser extract could not answer this question. Fall back to action=snapshot and inspect the page directly." ;
2424const EXTRACT_MAX_OUTPUT_TOKENS = 2_048 ;
2525
26- export type BrowserExtractCompletionDeps = {
26+ type BrowserExtractCompletionDeps = {
2727 completeWithPreparedSimpleCompletionModel : typeof import ( "openclaw/plugin-sdk/simple-completion-runtime" ) . completeWithPreparedSimpleCompletionModel ;
2828 extractAssistantText : typeof import ( "openclaw/plugin-sdk/simple-completion-runtime" ) . extractAssistantText ;
2929 getRuntimeConfig : typeof getRuntimeConfig ;
@@ -33,7 +33,7 @@ export type BrowserExtractCompletionDeps = {
3333 sanitizeHtml : typeof import ( "openclaw/plugin-sdk/web-content-extractor" ) . sanitizeHtml ;
3434} ;
3535
36- export type BrowserExtractDeps = BrowserExtractCompletionDeps & {
36+ type BrowserExtractDeps = BrowserExtractCompletionDeps & {
3737 browserPageContent : typeof browserPageContent ;
3838} ;
3939
You can’t perform that action at this time.
0 commit comments