fix(Optimization): update agent mode description for clarity and model requirements
This commit is contained in:
parent
d68acef41a
commit
378332f95c
1 changed files with 1 additions and 1 deletions
|
|
@ -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" />,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue