Files
BrowserOS/apps/controller-ext/src
shivammittal274 940bdebaaf chore: refactoring linting (#186)
* 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
2026-01-08 09:05:50 -08:00
..
2026-01-08 09:05:50 -08:00
2026-01-01 17:38:40 -08:00
2025-12-23 10:12:16 -08:00