update_llm
Modify an LLM's configuration including name, temperature, or max tokens by specifying the LLM ID and the fields to update.
Instructions
Update an LLM configuration. Only provide the fields you want to change.
Args: llm_id: The UUID of the LLM to update name: New display name temperature: New sampling temperature max_tokens: New maximum output tokens
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| llm_id | Yes | ||
| name | No | ||
| temperature | No | ||
| max_tokens | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |