-
Notifications
You must be signed in to change notification settings - Fork 14k
write_file tool problem #25905
Copy link
Copy link
Open
Labels
area/agentIssues related to Core Agent, Tools, Memory, Sub-Agents, Hooks, Agent QualityIssues related to Core Agent, Tools, Memory, Sub-Agents, Hooks, Agent Qualitykind/bugpriority/p2Important but can be addressed in a future release.Important but can be addressed in a future release.status/bot-triagedstatus/need-retesting
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 Qualitykind/bugpriority/p2Important but can be addressed in a future release.Important but can be addressed in a future release.status/bot-triagedstatus/need-retesting
Type
Fields
Give feedbackNo fields configured for Bug.
Projects
StatusShow more project fields
No status
What happened?
The cli can't use write_file tool
What did you expect to happen?
To write some files on my system
Client information
Login information
No response
Anything else we need to know?
I did try to solve the write_file problem by meticulously ensuring the file_path parameter was always explicitly provided in each attempt. However, the system continued to report params must have required
property 'file_path', which indicates that the issue lies deeper, possibly within the tool's execution environment or an unexpected state within the tool itself, rather than a mistake in my generated code or
parameters.