-
Notifications
You must be signed in to change notification settings - Fork 11.6k
Closed
Labels
area/agentIssues related to Core Agent, Tools, Memory, Sub-Agents, Hooks, Agent QualityIssues related to Core Agent, Tools, Memory, Sub-Agents, Hooks, Agent Qualitystatus/need-triageIssues that need to be triaged by the triage automation.Issues that need to be triaged by the triage automation.workstream-rollupLabel used to tag epics and features that are associated with one of the three primary workstreamsLabel used to tag epics and features that are associated with one of the three primary workstreams🔒 maintainer only⛔ Do not contribute. Internal roadmap item.⛔ Do not contribute. Internal roadmap item.
Description
Overview
Part of the tool augmentation effort to optimize tool definitions for Gemini 3.0.
Proposed Changes
Update the write_file tool definition and description based on user modification feedback from the planning session.
Audit and minimize/remove "how-to" sections in tool definitions to optimize the context budget.
Context from Planning
{
"name": "write_file",
"description": "Writes content to a specified file in the local filesystem.\n\n The user has the ability to modify `content`. If modified, this will be stated in the response.",
"parametersJsonSchema": {
"properties": {
"file_path": { "description": "The path to the file to write to.", "type": "string" },
"content": { "description": "The content to write to the file.", "type": "string" }
},
"required": [ "file_path", "content" ],
"type": "object"
}
}Parent: #15331
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/agentIssues related to Core Agent, Tools, Memory, Sub-Agents, Hooks, Agent QualityIssues related to Core Agent, Tools, Memory, Sub-Agents, Hooks, Agent Qualitystatus/need-triageIssues that need to be triaged by the triage automation.Issues that need to be triaged by the triage automation.workstream-rollupLabel used to tag epics and features that are associated with one of the three primary workstreamsLabel used to tag epics and features that are associated with one of the three primary workstreams🔒 maintainer only⛔ Do not contribute. Internal roadmap item.⛔ Do not contribute. Internal roadmap item.