mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
copy
This commit is contained in:
parent
2eafda9132
commit
cf9eca0564
1 changed files with 1 additions and 1 deletions
|
|
@ -535,7 +535,7 @@ export const FeaturesTab = () => {
|
|||
{/* Tools Section */}
|
||||
<div className='w-full'>
|
||||
<h4 className={`text-base`}>Tools</h4>
|
||||
<div className='text-sm italic text-void-fg-3 mt-1 mb-4'>{`Tools are functions that LLMs can call. Tools that can modify files require approval.`}</div>
|
||||
<div className='text-sm italic text-void-fg-3 mt-1 mb-4'>{`Tools are functions that LLMs can call. Some tools require user approval.`}</div>
|
||||
|
||||
<div className='my-2'>
|
||||
{/* Auto Accept Switch */}
|
||||
|
|
|
|||
Loading…
Reference in a new issue