Versions in this module Expand all Collapse all v0 v0.1.1 Jun 7, 2026 v0.1.0 Jun 7, 2026 Changes in this version + func New() tools.Tool + func NewWithFilter(pathRe *regexp.Regexp) tools.Tool + func Ref(line string, lineNumber int) string + func Tag(line string, lineNumber int) string + func TagAll(src string) []string + type Tool struct + func (t *Tool) Run(ctx context.Context, input map[string]any) (tools.Result, error) + func (t *Tool) Spec() llm.ToolSpec