update_llm
Update a Cognigy.AI LLM configuration by changing its name, description, credentials, or provider settings. Use dryRun to validate without applying.
Instructions
Updates an existing Cognigy.AI large language model configuration. Use this to change name, description, credentials, or provider settings. MUTATING: Set dryRun=false to update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New name for the LLM | |
| dryRun | No | If true (default), validates without updating. Set to false to actually update. | |
| isDefault | No | Set as the default LLM | |
| description | No | New description | |
| connectionId | No | New connection ID for credentials | |
| providerConfig | No | Provider-specific configuration updates | |
| largeLanguageModelId | Yes | The LLM ID to update |