fix: stop typing after dispatcher idle
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
import type { TypingController } from "./reply/typing.js";
|
||||
|
||||
export type GetReplyOptions = {
|
||||
onReplyStart?: () => Promise<void> | void;
|
||||
onTypingController?: (typing: TypingController) => void;
|
||||
isHeartbeat?: boolean;
|
||||
onPartialReply?: (payload: ReplyPayload) => Promise<void> | void;
|
||||
onBlockReply?: (payload: ReplyPayload) => Promise<void> | void;
|
||||
|
||||
Reference in New Issue
Block a user