diff --git a/src/PageAgent.ts b/src/PageAgent.ts index 822afb4..8b8fc83 100644 --- a/src/PageAgent.ts +++ b/src/PageAgent.ts @@ -11,10 +11,10 @@ import * as dom from './dom' import { FlatDomTree, InteractiveElementDomNode } from './dom/dom_tree/type' import { getPageInfo } from './dom/getPageInfo' import { I18n } from './i18n' -import { type InvokeResult, LLM, type Message, type Tool } from './llms' +import { LLM, type Tool } from './llms' import { patchReact } from './patches/react' import SYSTEM_PROMPT from './prompts/system_prompt.md?raw' -import { type PageAgentTool, tools } from './tools' +import { tools } from './tools' import { Panel, getToolCompletedText, getToolExecutingText } from './ui/Panel' import { SimulatorMask } from './ui/SimulatorMask' import { trimLines, uid, waitUntil } from './utils'