Is there a way to let the agent choose between 3 s...
# support
a
to make things a bit more dynamic
s
@anw set the first message mode to
assistant-speaks-first-with-model-generated-message
, and then instruct the model on how to generate the first messsage using priompting logic.
a
any way to do this for a static agent?
s
You have to update the assistant first message mode to
assistant-speaks-first-with-model-generated-message
using Update Assistant API. ref: https://docs.vapi.ai/api-reference/tools/create?playground=%2Fapi-reference%2Fassistants%2Fupdate
a
@Shubham Bajaj thanks bro