Merged
Conversation
added 8 commits
March 24, 2025 10:46
…is includes the deletion of the Dify API integration and related functionality, streamlining the tools directory by eliminating unused components.
…nclusion in Docker builds
…ency versions - Added a new script for running tests in watch mode: "test:watch": "vitest" - Updated version specifications for dimo to remove caret (^) for consistency - Included packageManager field to specify pnpm version
- Implemented ThirdWebTool to facilitate blockchain-related queries via the Nebula API. - Registered the new tool in ToolRegistry under the name "twnebula". - Added comprehensive error handling and input validation using Zod schemas. - Created unit tests for ThirdWebTool to ensure functionality and error resilience.
…related references - Updated ToolRegistry to register ThirdWebTool under the new name "thirdweb". - Modified AskNebulaToolSchema to reflect the name change in descriptions and error messages. - Ensured consistency across tool execution error handling for the renamed tool.
…oved error handling - Added a configurable request timeout for API calls, defaulting to 60 seconds. - Improved error handling to include specific messages for connection timeouts and server timeouts. - Updated unit tests to reflect changes in tool properties and timeout handling.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added
Removed