Save Table Documentation (Background Task)
lyzr_semantic_model_save_documentation_taskSave table and column descriptions along with a table preview as a background task, returning a task ID to track progress.
Instructions
Save table/column descriptions and a table preview for a table as a background task. Returns a task_id to poll with lyzr_semantic_model_get_task_status.
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 |