on_RAM
04/14/2025, 1:02 AMVapi Support Bot
04/14/2025, 1:03 AMsystemPrompt
field that sets the personality and behavior. For example:
javascript
const assistant = {
model: {
provider: "openai",
model: "gpt-3.5-turbo",
systemPrompt:
"You're a versatile AI assistant named Vapi who is fun to talk with.",
},
voice: {
provider: "11labs",
voiceId: "paula",
},
firstMessage: "Hi, I am Vapi how can I assist you today?",
};
[Source](https://docs.vapi.ai/examples/voice-widget)
2. **API Access**: You might be able to retrieve agent information via API endpoints, though the prompt itself might be protected [Source](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1328923059905630238).
If you're looking to create a similar friendly tone in your own agents, you might want to check out Vapi's documentation on prompt engineering best practices!
Is there anything else you'd like to know about creating friendly, conversational Vapi agents?
Sources:
- [https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1344656349367107667](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1344656349367107667)Vapi Support Bot
04/14/2025, 1:03 AMon_RAM
04/17/2025, 5:34 AMShubham Bajaj
04/18/2025, 12:45 AM