N
Nyxis
Models & providers

SystemPromptEditor

Auto-resizing system prompt editor with variable detection and token estimate.

Preview

variables:{{agent_name}}{{knowledge_base}}
~26 tokens

Installation

pnpm add nyxis-ui

Usage

import { SystemPromptEditor } from 'nyxis-ui';
// or, for stricter tree-shaking:
// import { SystemPromptEditor } from 'nyxis-ui/system-prompt-editor';

<SystemPromptEditor value={systemPrompt} onValueChange={setSystemPrompt} />;