Skip to main content
PATCH
/
settings
/
agent
Error
A valid request URL is required to generate request examples
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

fastapiusersauth
string
cookie
required

Body

application/json
agent_default_model
string | null

The default AI model to use for agent operations.

agent_fixed_args
string | null

Fixed arguments for agent tools as a JSON string. Format: {'tool_name': {'arg': 'value'}}

Required string length: 1 - 10000
agent_case_chat_prompt
string
default:""

Additional instructions for case chat agent; prepended to UI-provided instructions.

agent_case_chat_inject_content
boolean
default:false

Whether to automatically inject case content into agent prompts when a case_id is available.

Response

Successful Response