tool-settings
Update Tool Settings
Persist and apply tool/guardrail setting changes.
Uses model_fields_set so an explicit null clears a field while an omitted field is left unchanged. Master-key gated and standalone-only.
patch/v1/tool-settings
Request body
Example request
{
"web_search_max_results": 5,
"web_search_url": "http://searxng:8080"
}Response
Successful Response