LLM not use tool-calls result with numeric data correctly. Any suggestion?

The assistent is set up to make tools-call to my server, which gets the price of a product. Returned response:
result [
  {
    toolCallId: 'call_bI3gI2z2iQZ50nnXZjWLKXRP',
    result: { message: 'Price for 2 people is $199.00' }
  }
]

But when the voice answers the user, it said "269 dollars" instead.
This is the call: https://dashboard.vapi.ai/calls/d79d4232-0ae8-4bcd-b635-08ec1e975186
How should I go about debugging this?
Thank you for your help!
Was this page helpful?