openwebui_update_function
Update an existing Open WebUI function's source code, name, or description. Pass only the fields you want to change.
Instructions
Update an existing function's source code, name, or description. Pass only the fields you want to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Function ID to update | |
| name | No | New display name (optional) | |
| content | No | New Python source code (optional) | |
| description | No | New description (optional) |