AI / Agent
SystemPrompt
An editable system prompt card with token count, template picker, and version history.
Preview:1280px
System Prompt
~56 / 2048 tokens
222 characters
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| value | string | - | Current system prompt text. |
| onChange | (value: string) => void | - | Fired on every edit. |
| tokenCount | number | - | Token count to display. |
| templates | { id: string; name: string; prompt: string }[] | [] | Preset templates available in the picker. |