| 27 | | "iterationNudge" |
| 28 | |
| 29 | interface PromptDefinition { |
| 30 | key: PromptKey |
| 31 | fileName: string |
| 32 | label: string |
| 33 | description: string |
| 34 | usage: string |
| 35 | runtimeField: EditablePromptField |
| 36 | } |
| 37 | |
| 38 | interface PromptOverrideCandidate { |
| 39 | path: string |
nothing calls this directly
no outgoing calls
no test coverage detected