Save Table Documentation
lyzr_semantic_model_save_documentationSaves table and column descriptions with a sample preview to document a table's schema for RAG contexts. Use to persist semantic metadata.
Instructions
Save table/column descriptions and a table preview for a table (synchronous).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | Table name | |
| descriptions | Yes | Table and column descriptions | |
| rag_config_id | Yes | RAG config id | |
| table_preview | Yes | Sample rows of the table |