Documentation Index
Fetch the complete documentation index at: https://docs.phinite.ai/llms.txt
Use this file to discover all available pages before exploring further.
Inspector tabs
The Inspector appears when you select a block. It’s implemented asNodeDrawer in studio/components/NodeDrawer.tsx.
- Details: name, description, and main prompt (
task_prompt) - RAG: attach data sources and items to ground the agent
- Variables: manage input variables and capture variables
- Decision: choose variables used for conditional edges
- Flow: configure sub-flow parameters (for
flownodes)