Class for making GET requests. Extends the Tool class and implements the RequestTool interface. The input should be a URL string, and the output will be the text response of the GET request.

Hierarchy (view full)

Implements

  • RequestTool

Constructors

Properties

description: string = ...
headers: Headers = {}
maxOutputLength: number = 2000
name: string = "requests_get"

Generated using TypeDoc