Documentation ¶ Index ¶ type BaseTool func (b BaseTool) Call(ctx context.Context, args ...interface{}) (string, error) func (b BaseTool) Deinit(_ context.Context) error func (b BaseTool) Description(_ context.Context) string func (b BaseTool) Init(_ context.Context) error func (b BaseTool) Name(_ context.Context) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type BaseTool ¶ type BaseTool struct{} func (BaseTool) Call ¶ func (b BaseTool) Call(ctx context.Context, args ...interface{}) (string, error) func (BaseTool) Deinit ¶ func (b BaseTool) Deinit(_ context.Context) error func (BaseTool) Description ¶ func (b BaseTool) Description(_ context.Context) string func (BaseTool) Init ¶ func (b BaseTool) Init(_ context.Context) error func (BaseTool) Name ¶ func (b BaseTool) Name(_ context.Context) string Source Files ¶ View all Source files basetool.go Click to show internal directories. Click to hide internal directories.