psychotron
05/01/2025, 5:28 PMVapi Support Bot
05/01/2025, 5:29 PMjavascript
// Update assistant with system prompt
await vapi.assistant.update("your-assistant-id", {
messages: [
{
role: "system",
content: "Your system prompt here"
}
]
});
If that doesn't work, please contact Vapi support as they're aware of this issue.
Sources:
- [Discord discussion about system prompt disappearance](https://discord.com/channels/1211482211119796234/1334114042876264518)
- [Discord discussion about system prompt restoration](https://discord.com/channels/1211482211119796234/1337126843790397591)psychotron
05/01/2025, 10:03 PMpsychotron
05/01/2025, 10:05 PMChiranjeet Mishra
05/02/2025, 8:27 PM