Kind: Function
Source: atloria-monorepo/packages/doc-automation/src/v2/services/business-context-extractor.ts
Build the AI extraction prompt from combined source text. The caller reads sources, concatenates text, and passes it here.
Signature
tsfunction buildExtractionPrompt(sourceText: string, productName: string): string
Parameters
| Name | Type |
|---|---|
sourceText | string |
productName | string |
Returns: string
Was this page helpful?