prompt_director_inspect
Inspect the runtime state of Prompt Director nodes after execution. Get resolved model contexts, edit plans, final prompts, and warnings for workflow auditing.
Instructions
Read Prompt Director's latest sanitized RUNTIME state after its nodes execute. Returns each node id, node kind, resolved Model Explorer model/LoRA context, structured edit plan, source analysis, exact final prompt, warnings, or Result Critic verdict. Secrets and image tensors are redacted. Use this with the live panel graph audit: graph inspection explains wiring and widget state, while this tool explains what the nodes actually resolved and compiled. Read-only: never changes the workflow. Pass node_id to inspect one executed Prompt Director node.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | No | Optional ComfyUI node id; omit to list all recent Prompt Director runtime states. |