fetch

package
v0.2.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 18, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(hc *http.Client) llm.Tool

Types

type In

type In struct {
	URL string `json:"url" is:"required" description:"The URL to fetch content from"`
}

type Out

type Out struct {
	Status  int    `json:"status"`
	Content string `json:"content"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL