pavlick
10/20/2025, 8:16 PMpavlick
10/20/2025, 8:17 PMVapi Support Bot
10/20/2025, 8:18 PM\n) will cause the assistant to ignore the tool output. For example, instead of:
json
{"results":[{"toolCallId":"call_...","result":"Line 1\nLine 2"}]}
return:
json
{"results":[{"toolCallId":"call_...","result":"Line 1, Line 2"}]}
Make sure your server always returns HTTP 200 and the result is a single-line string. This should allow the assistant to use the tool result in conversation.
See more: [Custom tools troubleshooting](https://docs.vapi.ai/tools/custom-tools-troubleshooting)
Source:
- [Custom tools troubleshooting](https://docs.vapi.ai/tools/custom-tools-troubleshooting)pavlick
10/20/2025, 9:07 PMChiranjeet Mishra
10/22/2025, 7:58 PM