fix: update replyToMode notes (#11062) (thanks @cordx56)

This commit is contained in:
Shadow
2026-02-12 18:49:46 -06:00
committed by Shadow
parent e25ae55879
commit 926bf84772
2 changed files with 2 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ export type ReplyReferencePlanner = {
export function createReplyReferencePlanner(options: {
replyToMode: ReplyToMode;
/** Existing thread/reference id (always used when present). */
/** Existing thread/reference id (preferred when allowed by replyToMode). */
existingId?: string;
/** Id to start a new thread/reference when allowed (e.g., parent message id). */
startId?: string;