bolna_patch_agent
Update specific fields of a Bolna agent, such as name, welcome message, webhook URL, or system prompt, without replacing the entire agent.
Instructions
Partially update specific fields of a Bolna agent (name, welcome message, webhook URL, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | The unique ID of the agent to patch | |
| agent_name | No | New agent name | |
| webhook_url | No | New webhook URL or null to remove | |
| system_prompt | No | New system prompt | |
| agent_welcome_message | No | New welcome message |