Merged
Conversation
…ndling 🛠️ - Introduced `ReturnType` enum for flexible return types in tools. - Renamed tool files to better reflect their purposes. - Implemented `SearchTool` interface across relevant tools. - Enhanced error handling in `SerperTool` and related tools. - Updated tests and namespaces for consistency. - Improved code readability and maintainability.
- Moved `FirecrawlTool` to `Tools\Scrape` namespace and implemented `ScrapeTool` interface. - Simplified `FirecrawlRequest` by removing extraction prompt and schema definition. - Adjusted dependencies and tests to reflect these changes. 🚀
- Deleted multiple obsolete fixture files under `tests/Fixtures/Saloon/AgentChains/`. - Cleaned up unnecessary test data and improved project organization.
… handling - Removed `currentIteration` from `PendingAgentTask` and refactored related methods to use direct properties. - Introduced `getPromptChain`, `getResponse`, and `setResponse` methods in `PendingAgentTask`. - Added `addToolCall` method for managing tool calls. - Updated `ChatRequest`, `Agent`, and various integration files to use the new methods and properties. - Improved clarity and maintainability of task completion logic across the codebase.
…N output - Transformed Google News and Search results to structured JSON format. - Enhanced consistency and clarity for news stories and organic results. - Improved error handling with structured JSON for "no results" scenarios.
…es and synapse_messages
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.
Address various issues and the pull requests.
Also fixes some bugs that made the the JSON response format encoded.