Skip to main content
A system prompt sets the model’s role and constraints for the whole exchange.

Through options

Through a message

A .system message in a conversation becomes options.systemPrompt automatically:
The two forms are equivalent. If both are present, the explicit options.systemPrompt is what the model receives.

Writing one that works

Small on-device models follow short, concrete instructions far better than long ones.
Name the format you want, and the model will usually hold it:
For a guaranteed shape rather than a requested one, use structured output instead of a system prompt.

Reuse