AI Autodocumentation feature requires sending prompts to OpenAI API. To ensure the best quality of generated text, the following metadata are sent to OpenAI in the prompts:
| Object to generate description for | Metadata sent to OpenAI |
|---|---|
| Column | Id, Name, DataType, IsNullable, IsUniqueKey, PkConstraint, FkTargetName, DefaultValue, CalculationFormula, ParentName, ParentObjectType |
| Table/View | Id, Name, ObjectType, Description, Title, Schema, List of linked terms |
| Term/KPI | Id, DisplayName, Code, Description, Title, List of related terms |
Sławomir Duda-Klimaszewski