Documentation ¶ Index ¶ type MemshTool func NewMemshTool(wasmEnabled bool) (*MemshTool, error) func (t *MemshTool) Close() error func (t *MemshTool) Info(_ context.Context) (*schema.ToolInfo, error) func (t *MemshTool) InvokableRun(ctx context.Context, argumentsInJSON string, _ ...tool.Option) (string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type MemshTool ¶ type MemshTool struct { // contains filtered or unexported fields } func NewMemshTool ¶ func NewMemshTool(wasmEnabled bool) (*MemshTool, error) func (*MemshTool) Close ¶ func (t *MemshTool) Close() error func (*MemshTool) Info ¶ func (t *MemshTool) Info(_ context.Context) (*schema.ToolInfo, error) func (*MemshTool) InvokableRun ¶ func (t *MemshTool) InvokableRun(ctx context.Context, argumentsInJSON string, _ ...tool.Option) (string, error) Source Files ¶ View all Source files memsh.go Click to show internal directories. Click to hide internal directories.