Context System
The context system controls how data flows between actions—referencing upstream outputs, controlling LLM visibility, and passing fields to downstream actions.
Core Concepts
| Concept | Purpose | Syntax |
|---|---|---|
| Field References | Access upstream action outputs | {{ action.field }} |
| Context Scope | Control data visibility and flow | context_scope: {observe, drop, passthrough} |
| Seed Data | Load static reference data | seed_path: {name: $file:path} |
Learn More
- Field References - The
{{ action.field }}syntax for referencing upstream data - Context Scope - Control visibility with observe, drop, and passthrough
- Seed Data - Load static reference data into context