Replies: 2 comments
|
You should be using native function calling mode with open terminal. |
0 replies
|
Thanks a lot @tjbck . |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Summary
When asking the model to "add 2 random tasks" to a task list, the content written to the file via the
write_filetool differs from what the assistant displays in its response. The tool call payload contains one set of tasks, while the rendered chat output shows completely different tasks.Environment
opus-4.6(Anthropic)Steps to Reproduce
current-tasks.mdfile with a few checklist items.server:1/write_filetool call parameters vs. the assistant's displayed response.Expected Behavior
The tasks shown in the assistant's response text should exactly match the tasks written to the file via the
write_filetool call.Actual Behavior
Tool call payload (
write_fileparameters →contentfield):Assistant's displayed response (items 5 & 6, marked "newly added"):
The two sets of tasks are completely different. The file on disk contains the tool-call version; the user sees the response-text version — creating a data mismatch.
All reactions