update_assistant
Update specific settings of an existing AI assistant without resetting other configurations.
Instructions
Partially update an existing AI assistant (persona).
Fetches the current configuration, applies only the fields you provide
(leaving everything else intact), then writes the merged result back.
Use this instead of create_assistant when you only want to change a
few settings without resetting the rest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| avatar_url | No | New avatar image URL. | |
| run_config | No | Replace the run configuration. | |
| description | No | New description. | |
| display_name | No | New display name. | |
| filter_scope | No | New scope filter. | |
| assistant_name | Yes | Assistant short name to update (e.g. 'azure-devops'). Workspace prefix optional. | |
| search_filters | No | Replace the vector-search filters. | |
| workspace_name | Yes | The workspace the assistant belongs to. | |
| filter_stop_words | No | Replace the stop-words list. | |
| run_confidence_threshold | No | New run confidence threshold (0-1). | |
| filter_codebundle_task_tags | No | Replace the task-tag filter list. | |
| filter_confidence_threshold | No | New filter confidence threshold (0-1). | |
| filter_issue_selection_strategy | No | New issue selection strategy. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |