fix: increase image limit of copilot (#7756)

fix AF-1080 AF-1154
This commit is contained in:
darkskygit
2024-08-06 09:15:40 +00:00
parent d0f1bb24fd
commit 5872b884a5
5 changed files with 18 additions and 9 deletions

View File

@@ -283,7 +283,13 @@ export class ChatSessionService {
docId: true,
parentSessionId: true,
messages: {
select: { id: true, role: true, content: true, createdAt: true },
select: {
id: true,
role: true,
content: true,
attachments: true,
createdAt: true,
},
orderBy: { createdAt: 'asc' },
},
promptName: true,