Kind: Function
Prompt for the main agent to analyze the source code and build the SourceCodeIntelligence artifact. This runs ONCE per project.
Signature
tsfunction buildSourceAnalysisPrompt(sourceCodePath: string, framework: string): string
Parameters
| Name | Type |
|---|---|
sourceCodePath | string |
framework | string |
Returns: string
Was this page helpful?