Versions in this module Expand all Collapse all v1 v1.90.0 Jun 29, 2026 v1.89.0 Jun 29, 2026 Changes in this version + const ToolNameOpenURL + func CreateToolSet(toolset latest.Toolset, runConfig *config.RuntimeConfig) (tools.ToolSet, error) + type Option func(*ToolSet) + func WithExpander(expander *js.Expander) Option + func WithName(name string) Option + func WithOpener(open func(context.Context, string) error) Option + type ToolSet struct + func New(url string, opts ...Option) *ToolSet + func (t *ToolSet) Instructions() string + func (t *ToolSet) Tools(context.Context) ([]tools.Tool, error)