This commit is contained in:
Andrew Pareles 2025-03-15 04:24:39 -07:00
parent 824de11f21
commit aca5deb814

View file

@ -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',
}