5 lines
144 B
TypeScript

/** Intake role parses the issue URL from the workflow start message; no LLM prompt. */
export function intakePrompt(): string {
return "";
}