Kind: Class
Methods
| Method | Signature | Returns |
|---|---|---|
generate | generate(input: MetaDocumentationInput, templates: FixedDocTemplate[], reference: MetaCategoryReference) | `Promise<{ |
documents: GeneratedDocument[]; promptTokens: number; completionTokens: number;
}>` |
Where it refuses work
GettingStartedGeneratorstops the work with an early return whentemplates && templates.length > 0.
When something fails
GettingStartedGeneratorhandles failure in 2 places: it logs it and continues in all 2.
Was this page helpful?