import type { ReplyToMode } from "../../config/types.js"; import { normalizeOptionalString } from "../../shared/string-coerce.js";
export type ReplyReferencePlanner = { /** Returns the effective reply/thread id for the next send without updating state. */
peek(): string | undefined; /** Returns the effective reply/thread id for the next send and updates state. */
use(): string | undefined; /** Mark that a reply was sent (needed when no reference is used). */
markSent(): void; /** Whether a reply has been sent in this flow. */
hasReplied(): boolean;
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.