Skip to main content

property Chat.system_prompt : str

The system prompt sent to the model. Defaults to Atoti’s built-in prompt. Reading queries the server; assigning updates the configuration immediately (requires the ROLE_ADMIN role) and takes effect on the next chat run. Assigning replaces the prompt entirely: concatenate to the current value to keep the built-in prompt, or assign a new string to override it. It defaults to the built-in prompt:
Append extra instructions to it:
Or replace it entirely:
Assign extra context on top of the built-in system prompt: