Colson
09/04/2025, 7:24 PMVapi Support Bot
09/04/2025, 7:25 PMColson
09/04/2025, 9:14 PMChiranjeet Mishra
09/08/2025, 1:53 PMtool.completed message type. This helps in notifying when a tool has finished executing. You can find more details in our [April 26, 2025 changelog](https://docs.vapi.ai/changelog/2025/4/26).
2. **Customizable Messages**: Utilize the message property in ToolCallResult to define custom messages for when a tool completes or fails. This may help maintain interaction continuity (see the [April 26, 2025 changelog](https://docs.vapi.ai/changelog/2025/4/26) for more information).
3. **Non-Streaming Chat Context Management**: If this issue occurs in a non-streaming chat environment, ensure the context is being managed correctly using previousChatId, as outlined in the [Non-streaming chat documentation](https://docs.vapi.ai/chat/non-streaming).
Adjusting these configurations should help in resolving the silence issue. Let me know if you need further assistance.