Skip to main content

Module fetch

Module fetch 

Source
Expand description

Built-in fetch tool: reads a URL, renders content (markdown / html / text), enforces timeout and size limits.

Structs§

FetchTool
Built-in implementation of the fetch tool. Stateless — a singleton Arc::new(FetchTool::new(cfg)) suffices.