crush icon indicating copy to clipboard operation
crush copied to clipboard

openai-compat's Claude Haiku 4.5, output <function_calls>xxx</function_calls> not supported

Open nelsonkuang opened this issue 5 months ago • 0 comments

Description

output directly not calling the function calls <function_calls> C:/xxxx/tools/FileUploaderModal.tsx find "C:/Users/xxx" -name ".ts" -path "/uploads/*" | head -20 </function_calls> ls -la "C:/xxx/" 2>/dev/null || echo "目录不存在" </function_calls>

让我查找后端的上传相关文件: <function_calls> find "C:/xxx" -name "upload" -type f </function_calls> 在 packages/nest-backend/src 中搜索与断点续传或上传相关的文件和实现 </function_calls>

让我读一下前端的上传代码,然后找后端实现: <function_calls> grep -r "chunk|resume|断点|续传" "C:/xxx" --include="*.ts" 2>/dev/null | head -5 </function_calls>

Version

v0.18.1

Environment

Windows

nelsonkuang avatar Nov 14 '25 03:11 nelsonkuang