mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-18 19:16:22 +00:00
* chore: refactoring * fix: return all response parts from tool execution Previously, handleToolExecution only returned responseParts[0], causing data loss when tools returned multiple parts. This fix: - Changes ToolExecutionResult.part to ToolExecutionResult.parts (array) - Returns all responseParts instead of just the first one - Spreads all parts into toolResponseParts in processToolRequests