fix: adjust resolve parts so that when messages with multiple @ references occur, the tool calls are properly ordered

This commit is contained in:
Aiden Cline
2026-01-30 15:55:00 -06:00
committed by Dax Raad
parent cb6ec0a564
commit 612b656d36
5 changed files with 60 additions and 33 deletions

View File

@@ -36,7 +36,7 @@ export namespace Tool {
title: string
metadata: M
output: string
attachments?: MessageV2.FilePart[]
attachments?: Omit<MessageV2.FilePart, "id" | "sessionID" | "messageID">[]
}>
formatValidationError?(error: z.ZodError): string
}>