fix(Optimization): update agent mode description for clarity and model requirements

This commit is contained in:
Willie Zutz 2025-08-17 13:34:51 -06:00
parent d68acef41a
commit 378332f95c

View file

@ -14,7 +14,7 @@ const OptimizationModes = [
key: 'agent', key: 'agent',
title: 'Agent (Experimental)', title: 'Agent (Experimental)',
description: description:
'Use an agentic workflow to answer complex multi-part questions. This mode may take longer and is experimental. It uses large prompts and may not work with all models. Best with at least a 8b model that supports 32k context or more.', 'Use an agentic workflow to answer complex multi-part questions. This mode may take longer and is experimental. It requires a model that supports tool calling.',
icon: <Bot size={20} className="text-accent" />, icon: <Bot size={20} className="text-accent" />,
}, },
]; ];