How to input system prompt in workflow without cod...
# support
j
How to input system prompt in workflow without coding
v
Hi there! πŸ‘‹ I wasn't able to find a direct way to input a system prompt in workflows without coding, as there's currently no built-in option for this. However, I can share some potential workarounds! According to [this Discord thread](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1344451710785163406), there's "no option to provide system prompt" when using workflows. However, you might be able to use these alternatives: 1. Use the "Say" task in your workflow - According to [Vapi's Workflows documentation](https://docs.vapi.ai/workflows), the "Say" task can be configured by "specifying static text or providing a prompt for the LLM to generate dynamic text." This could potentially serve as a workaround to implement system prompt-like functionality. 2. While not specific to workflows, Vapi does provide a "System Prompt" field in the GUI for assistants as mentioned in [Vapi's quickstart guides](https://docs.vapi.ai/quickstart/dashboard). This field allows you to copy and paste your prompt directly. 3. The
systemPrompt
property is deprecated, and according to [another Discord thread](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1337126843790397591), you should use the
messages
array instead, though this might require some coding. Is there anything else you'd like to know about workflows or system prompts in Vapi? Sources: - [Discord Thread about system prompts in workflows](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1344451710785163406) - [Vapi's Workflows documentation](https://docs.vapi.ai/workflows) - [Vapi's quickstart guide for the dashboard](https://docs.vapi.ai/quickstart/dashboard) - [Discord Thread about systemPrompt deprecation](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1337126843790397591)
p
Can you give me more explanation
j
There is no place I can put a system prompt to apply for all "say" component . For example , the bot has to say Malaysia and no English .
k
Hey JerryIan, Thanks for bringing this up. It's a nice feature for us. I will request you to raise a feature request for it so that you and other people in the community can get help from it. You can raise an feature request for it over here: https://roadmap.vapi.ai
2 Views