We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f3070e commit bfa5fbdCopy full SHA for bfa5fbd
packages/agent-runtime/src/tools/handlers/tool/write-file.ts
@@ -139,7 +139,7 @@ export const handleWriteFile = (async (
139
return {
140
tool: 'write_file' as const,
141
path,
142
- error: `Error: Failed to process the write_file block. ${typeof error === 'string' ? error : error.msg}`,
+ error: `Error: Failed to process the write_file block. ${typeof error === 'string' ? error : error.message}`,
143
}
144
})
145
.then(async (fileProcessingResult) => ({
0 commit comments