Web Request

Table of Contents

Description

Performs an arbitrary HTTP GET request and returns only the text content.

Example

Note: Prefer to use summarization whenever possible.

{
  "function_call": {
    "name": "WebRequest",
    "arguments": {
      "Query": "https://practicalsecurityanalytics.com/wp-json/",
      "SummarizeOutput": true,
      "SummarizationPrompt": "Summarize the contents of the page."
    }
  }
}
Scroll to Top