System Prompt
Define EVI’s behavior, responses, and style.
Define EVI’s behavior, responses, and style.
A system prompt in the context of EVI is a set of instructions that guide the AI’s behavior, responses, and overall style during a chat session. It defines the specific goal or role for EVI, such as acting as a customer support representative, a fitness coach, or a travel advisor. This helps ensure the conversation stays aligned with your application’s intended focus.
If you do not specify a system prompt in your configuration, a default system prompt will be applied. You can find our default system prompt on GitHub for reference.
Prompts are managed as resources within our API and are version controlled. This enables you to:
Modify and test your system prompt directly in our EVI Playground
See our API reference for how to manage Prompts through the API.
When creating an EVI config through the API, you have two options for specifying your system prompt:
Reference an existing prompt: Specify the ID of a pre-existing, version-controlled Prompt. EVI will use the referenced prompt in the chat session.
Define a new Prompt in the request: Provide the prompt text directly in your configuration request. In this case, a new prompt will be automatically created and associated with the configuration.