From 378332f95c5c234cbd9fff833b9995d027fb07a0 Mon Sep 17 00:00:00 2001 From: Willie Zutz Date: Sun, 17 Aug 2025 13:34:51 -0600 Subject: [PATCH] fix(Optimization): update agent mode description for clarity and model requirements --- src/components/MessageInputActions/Optimization.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MessageInputActions/Optimization.tsx b/src/components/MessageInputActions/Optimization.tsx index a5b02cc..f22953f 100644 --- a/src/components/MessageInputActions/Optimization.tsx +++ b/src/components/MessageInputActions/Optimization.tsx @@ -14,7 +14,7 @@ const OptimizationModes = [ key: 'agent', title: 'Agent (Experimental)', 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: , }, ];