Update Generation Model
update_generation_modelUpdate a registered generation model to point to a different LLM from the registry, enabling model swaps.
Instructions
Change the LLM that a registered generation model points to.
Updates the generation model to use a different LLM from the registry.
Use list_available_llms to see available LLMs.
Args:
name: Name of the registered generation model to update.
model_name: The new LLM from the registry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| model_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |