Skip to content

Commit 129f20b

Browse files
committed
refactor: clean up imports and enhance AirweaveSearchTool schema
- Removed unnecessary imports and organized the import statements for clarity. - Updated the AirweaveSearchToolSchema to use more concise type hints and improved formatting for better readability. - Ensured that the API key and base URL fields in the AirweaveSearchTool class are now using optional type hints consistently. - Enhanced the error handling in the search methods to provide clearer error messages.
1 parent c93aa9f commit 129f20b

File tree

3 files changed

+155
-115
lines changed

3 files changed

+155
-115
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from .airweave_search_tool import AirweaveSearchTool
22

3+
34
__all__ = ["AirweaveSearchTool"]
45

0 commit comments

Comments
 (0)