Versions in this module Expand all Collapse all v0 v0.1.0 Sep 1, 2026 Changes in this version + func MustNew[In, Out any](cfg Config, h HandlerFor[In, Out]) tool.FuncTool + func New[In, Out any](cfg Config, h HandlerFor[In, Out]) (tool.FuncTool, error) + type Config struct + Description string + Name string + type Handler func(ctx context.Context, args string) (any, error) + type HandlerFor func(context.Context, In) (Out, error)