-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: enhance search functionality and add polling options
- Improved README documentation with corrected title, description, and added Polling Options section. - Updated example code in README to demonstrate new query usage with getSummarizedAnswer method. - Bumped version to 0.6.5 in package.json and deno.json. - Added support for configurable polling options in BraveSearch class. - Enhanced webSearch, getSummarizedAnswer, localPoiSearch, and localDescriptionsSearch methods to accept optional AbortSignal for request cancellation. - Improved error handling in API requests for more detailed error messages. - Added PollingOptions interface for defining polling configuration.
- Loading branch information
1 parent
af0b6c0
commit 15e6ee9
Showing
5 changed files
with
112 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "@tyr/brave-search", | ||
"version": "0.6.2", | ||
"version": "0.6.5", | ||
"exports": "./src/braveSearch.ts" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters