mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 05:01:36 +00:00
fix: update replyToMode notes (#11062) (thanks @cordx56)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user