Documentation ¶ Index ¶ Variables func New() (minds.Tool, error) Constants ¶ This section is empty. Variables ¶ View Source var ( ErrMissingToken = errors.New("missing the SerpAPI API key, set it in the SERPAPI_API_KEY environment variable") ErrNoGoodResult = errors.New("no good search results found") ErrAPIError = errors.New("error from SerpAPI") ) Functions ¶ func New ¶ func New() (minds.Tool, error) Types ¶ This section is empty. Source Files ¶ View all Source files serpapi.go Click to show internal directories. Click to hide internal directories.