retell_update_llm
Update an existing Retell LLM configuration by changing its prompt, model, or tools. Specify the LLM ID to modify its system prompt, opening message, or attached knowledge bases.
Instructions
Update an existing Retell LLM configuration's prompt, model, or tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | New LLM model to use. | |
| llm_id | Yes | The unique ID of the LLM to update. | |
| begin_message | No | New opening message. Pass empty string to clear. | |
| general_prompt | No | New system prompt. | |
| knowledge_base_ids | No | New knowledge base IDs to attach. |