- There were a few hiccups here. Somehow 2.5-flash wasn't actually abiding by our tool schema. Instead it was inferring `path`. To semi-combat this I've renamed `file_path` -> `path`. - We weren't elevating errors that were created via schema validation. Instead both the `glob` and `read-file.ts` now surface this. - In error scenarios (like failing schema) we were improperly surfacing these as success cases because we were overriding tool status. |
||
|---|---|---|
| .. | ||
| edit.tool.ts | ||
| glob.tool.ts | ||
| grep.tool.ts | ||
| ls.tool.ts | ||
| read-file.tool.ts | ||
| terminal.tool.ts | ||
| tool-registry.ts | ||
| tools.ts | ||
| web-fetch.tool.ts | ||
| write-file.tool.ts | ||