MCPcopy Create free account
hub / github.com/astercloud/aster / WebFetchTool

Struct WebFetchTool

pkg/tools/builtin/webfetch.go:18–21  ·  view source on GitHub ↗

WebFetchTool 网页获取工具

Source from the content-addressed store, hash-verified

16
17// WebFetchTool 网页获取工具
18type WebFetchTool struct {
19 defaultTimeout time.Duration
20 client *http.Client
21}
22
23// NewWebFetchTool 创建 WebFetch 工具
24func NewWebFetchTool(config map[string]any) (tools.Tool, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected