switch_model
Switch the default LLM model for web search and content fetching, persisting the setting for future operations. Verify available models first to avoid API errors.
Instructions
Switches the default LLM model used for search and fetch operations, persisting the setting.
**Key Features:**
- **Model Selection:** Change the AI model for web search synthesis and content fetching.
- **Persistent Storage:** Model preference saved to ~/.config/multsearch/config.json.
- **Immediate Effect:** New model used for all subsequent operations.
**Edge Cases & Best Practices:**
- Use get_config_info to verify available models before switching.
- Invalid model IDs may cause API errors in subsequent requests.
- Model changes persist across sessions until explicitly changed again.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | Model ID to switch to (e.g., 'glm-5.2'). |