is there any way to stop the voice agent saying "J...
# support
d
Every time my agent calls a tool it says "just a sec" is there any way to disable that?
m
i believe you can just delete the message param within the tool on the dashboard (or maybe try setting it to custom as an empty string) https://cdn.discordapp.com/attachments/1410412585899262042/1410421204929478687/image.png?ex=68b0f49b&is=68afa31b&hm=e0d27c4baaf75bbe0768f4632c1b8c748697d9f83f2dd92e2371340cdc540ca5&
c
In your
request-start
message, set it to
none
d
So to set this via the api would it be something like this?
Copy code
"messages": [
    {
      "contents": [],
      "type": "request-start",
      "blocking": false,
      "content": "",
      "conditions": []
    }
  ],
yep that did the trick thanks
c
Glad you were able to get this resolved. We’ve closed this ticket, but your input is very valuable to us. Please take a moment to complete the survey, which should appear in a couple of days—your feedback directly helps us improve our support.
4 Views