feat: decouple PageController from PageAgent
This commit is contained in:
@@ -104,13 +104,6 @@ export interface AgentConfig {
|
||||
*/
|
||||
transformPageContent?: (content: string) => Promise<string> | string
|
||||
|
||||
/**
|
||||
* @experimental
|
||||
* Custom PageController instance to control page navigation and actions
|
||||
* @note If not provided, a default PageController will be created
|
||||
*/
|
||||
pageController?: PageController
|
||||
|
||||
/**
|
||||
* TODO: @unimplemented
|
||||
* hook when action causes a new page to be opened
|
||||
|
||||
Reference in New Issue
Block a user