Expand description
Built-in fetch tool: reads a URL, renders content (markdown / html / text), enforces
timeout and size limits.
Structs§
- Fetch
Tool - Built-in implementation of the
fetchtool. Stateless — a singletonArc::new(FetchTool::new(cfg))suffices.