Interface WebBrowserArgs

Defines the arguments that can be passed to the WebBrowser constructor. It extends the ToolParams interface and includes properties for a language model, embeddings, HTTP headers, an Axios configuration, a callback manager, and a text splitter.

Hierarchy

  • ToolParams
    • WebBrowserArgs

Properties

embeddings: Embeddings
model: BaseLanguageModel<any, BaseLanguageModelCallOptions>
axiosConfig?: Omit<AxiosRequestConfig<any>, "url">
callbackManager?: CallbackManager

Deprecated

headers?: Headers
textSplitter?: TextSplitter

Generated using TypeDoc