Update Bot
neuron_update_botUpdate an existing bot's configuration including name, system prompt, model parameters, and WhatsApp channel association.
Instructions
Update an existing bot's configuration including name, system prompt, model parameters, and phone number association.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique identifier of the bot to update | |
| name | No | The new name of the bot | |
| llmModel | No | OpenRouter model ID (e.g., google/gemini-2.5-flash-lite-preview-09-2025, openrouter/auto) | |
| maxTokens | No | The new maximum tokens limit | |
| assignment | No | One-sentence role definition (max 2000 chars) | |
| systemPrompt | No | The new system prompt for the bot | |
| llmTemperature | No | The new temperature parameter (0-2) | |
| fallbackMessage | No | Fallback message when bot cannot understand (max 2000 chars) | |
| greetingMessage | No | Auto-greeting when a new conversation starts (max 2000 chars) | |
| escalationPrompt | No | Prompt template for human handoff (max 5000 chars) | |
| responsibilities | No | Array of responsibility descriptions | |
| whatsappChannelId | No | UUID of the WhatsApp channel to associate with the bot |