langchain.js
    Preparing search index...

    Hierarchy

    • StagehandToolBase
      • StagehandObserveTool
    Index

    Constructors

    • Parameters

      • OptionalstagehandInstance: Stagehand

      Returns StagehandObserveTool

    Properties

    description: string = "Use this tool to observe the current web page and retrieve possible actions using Stagehand. The input can be an optional instruction string."
    name: string = "stagehand_observe"
    stagehand?: Stagehand

    Methods

    • Parameters

      • input: string

      Returns Promise<string>

    • Returns Promise<Stagehand>