arela
Version:
AI-powered CTO with multi-agent orchestration, code summarization, visual testing (web + mobile) for blazing fast development.
9 lines • 335 B
TypeScript
import type { SemanticContract } from "../extractor/types.js";
/**
* Build prompt for LLM Synthesizer.
*
* Uses few-shot examples and requests strict JSON output that matches
* the TechnicalSummary schema.
*/
export declare function buildSynthesizerPrompt(contract: SemanticContract): string;
//# sourceMappingURL=prompts.d.ts.map