Create Documentation Agent
lyzr_semantic_model_create_documentation_agentCreate a documentation agent that automatically generates table and column descriptions for semantic models, solving the challenge of maintaining accurate and up-to-date metadata.
Instructions
Create a new semantic-model documentation agent used to generate table/column descriptions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Documentation agent name | |
| top_p | Yes | Sampling top_p | |
| model_id | Yes | Model id, e.g. gpt-4o-mini | |
| provider_id | Yes | LLM provider id, e.g. OpenAI | |
| temperature | Yes | Sampling temperature | |
| llm_credential_id | No | LLM credential id to use, or null |