Skip to main content

HELIOS_BASE_PROMPT

Base system prompt for AI models working with Helios.

Value

Example

createSystemPrompt

Creates a context-aware system prompt including current Helios state.
Helios<any>
required
Helios instance to extract context from
string
Complete system prompt with base instructions and current context

Example

Generated context

The function includes:
  • Base Helios prompt and philosophy
  • Current duration in seconds
  • Current FPS
  • Resolution (width x height)
  • Props schema as formatted JSON (if defined)
This provides AI models with complete context about the current video project, enabling more accurate and context-aware code generation.

Use cases