Skip to content

Admin Console › General

Path: Avatar dropdown → Administration → General


FieldTypeRange / ValuesDescription
Tool Loop Timeout (Seconds)Number60 – 3600Maximum duration the agent may spend on tool calls. Default: 600 s.
Request Rate LimitNumber1 – 500Limits provider calls per minute to avoid HTTP 429 errors. Default: 10.
System TimezoneTextIANA format, e.g. Europe/BerlinDefault timezone for cron jobs and audit logs.

These settings apply globally and override individual user settings. Save via [Apply].


FieldTypeDescription
Stream responsesSwitchStreams agent responses token by token into the chat while the model generates them. Default: on. Takes effect immediately (no [Apply] needed).

Applies to the Anthropic API path and all OpenAI-compatible providers. CLI providers always respond as a block. Individual providers without SSE support can be excluded via provider metadata ("stream": false). Details: Runtime & UI.


FieldTypeDescription
Enable prompt cachingSwitchEnables cache_control on the Anthropic API path. Default: on. Takes effect immediately (no [Apply] needed).

Controls only the Anthropic API path. Disable for sporadic single-shot usage with no visible cache savings (⚡). Since gpt-5.6, OpenAI also bills a cache-write premium (1.25×) — but caching there is implicit and this switch has no effect on it; watch the cost via the ⚡ badge in the trace. Details: Runtime & UI.


FieldTypeDescription
ProviderDropdownSelects the AI provider for automatic prompt improvement.
ModelDropdownSelects the model within the chosen provider. Only available after a provider is selected.

Save via [Apply].


FieldTypeDescription
ProviderDropdownAI provider for the summarizer LLM call.
ModelDropdownModel within the chosen provider. Only available after a provider is selected.
Token ThresholdNumberTotal tokens of all chat messages above which compression triggers. Default: 32,000.
Minimum Plaintext WindowNumberNumber of most recent messages always kept as full text. Default: 20.

Save via [Apply]. Without provider and model configured, compression remains inactive. See Context Compression for details.


FieldTypeDescription
(text area)TextareaMessage displayed on the chat start page for all users. Supports Markdown. Leave empty to display the selected agent’s description instead.

Has its own [Save Message] button — independent of the global Apply button.