summaryrefslogtreecommitdiff
path: root/docs/core/tools-api.md
AgeCommit message (Collapse)Author
2025-08-05feat(core): Parse Multimodal MCP Tool responses (#5529)Luccas Paroni
Co-authored-by: Luccas Paroni <[email protected]>
2025-07-21Various spelling improvements (#3497)Josh Soref
Signed-off-by: Josh Soref <[email protected]> Co-authored-by: Sandy Tao <[email protected]>
2025-06-27Upgrade to Ink 6 and React 19 (#2096)Sandy Tao
Co-authored-by: jacob314 <[email protected]>
2025-06-21Updating missing commands (#1289)cperry-goog
2025-06-14fix: Push tool calls to absolute paths (#1055) (#1057)Keir Mierle
Make several changes to guide the model to request absolute paths, reducing frequent accidental relative path tool call failures. - Switch the parameter name: path --> absolute_path. - Update the tool definition to strongly require an absolute path. - Update the system prompt to indicate absolute paths are required. - Update the system prompt tool use examples to use absolute paths. Test case: Open GC in GC: "Locate the primary file calling genai" - Expected: Model opens files with absolute path, successfully. - Actual (pre-patch): Failure, attempts to read with relative path. - Actual (post-patch): Success, attempts to read with absolute path.
2025-06-08Revert "Add batch editing capabilities to Edit Tool (#648)" (#857)N. Taylor Mullen
2025-06-06Add batch editing capabilities to Edit Tool (#648)Keith Ballinger
Co-authored-by: N. Taylor Mullen <[email protected]>
2025-06-04Docs: Update architecture diagram with Google colors (for future aricles) (#718)Riccardo Carlesso
2025-06-04Fix broken documentation links after server->core folder rename (#740)Keith Ballinger
2025-05-30Rename server->core (#638)Tommaso Sciortino