Versions in this module Expand all Collapse all v0 v0.1.13 Jul 15, 2025 Changes in this version + var ErrMissingToken = errors.New(...) + type Option func(*options) + func WithAPIKey(apiKey string) Option + func WithHTTPClient(client *http.Client) Option + type Tool struct + CallbacksHandler callbacks.Handler + func New(opts ...Option) (*Tool, error) + func (t Tool) Call(ctx context.Context, input string) (string, error) + func (t Tool) Description() string + func (t Tool) Name() string