mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
desc
This commit is contained in:
parent
824de11f21
commit
aca5deb814
1 changed files with 3 additions and 3 deletions
|
|
@ -271,9 +271,9 @@ const nameOfChatMode = {
|
|||
}
|
||||
|
||||
const detailOfChatMode = {
|
||||
'chat': 'Chat only',
|
||||
'gather': 'Read files',
|
||||
'agent': 'Read and edit files',
|
||||
'chat': 'Normal chat',
|
||||
'gather': 'Read and search only',
|
||||
'agent': 'Full tool use',
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue