update_assistant
Updates an existing Vapi assistant with a new name, instructions, voice, transcriber, LLM, tools, or first message. Use it to adjust assistant behavior and settings.
Instructions
Updates an existing Vapi assistant
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| llm | No | New LLM configuration | |
| name | No | New name for the assistant | |
| voice | No | New voice configuration | |
| toolIds | No | New IDs of tools to use with this assistant | |
| assistantId | Yes | ID of the assistant to update | |
| transcriber | No | New transcription configuration | |
| firstMessage | No | First message to say to the user | |
| instructions | No | New instructions for the assistant | |
| firstMessageMode | No | This determines who speaks first, either assistant or user |