Default configuration settings
Agent Studio uses default settings optimized for performance and cost-efficiency.- Cache enabled: reduces LLM costs. For more information, see data retention.
- Usage metrics: on-demand.
config object.
Available features
Configure features in your agentโsconfig object from the API.
date_aware
Injects current date (YYYY-MM-DD) into the system prompt.
JSON
datetime_aware
Injects current date and time (YYYY-MM-DD HH:MM) into the system prompt.
citations
Adds citation markers [1], [2] to responses based on search results from tool calls.
JSON
Works in non-streaming mode only.
If you require advanced citation capabilities,
contact the Algolia support team to inquire about early access to the Citations v2 feature.
Cache tradeoffs
Time awareness features affect caching. For more information, see Date awareness and caching.Client-side time injection
For full control over format, granularity, and timezone, inject time yourself:JavaScript