Auto-reply: stream verbose tool results via tau rpc

This commit is contained in:
Peter Steinberger
2025-12-03 09:21:31 +00:00
parent 16e42e6d6d
commit c3792db0e5
4 changed files with 127 additions and 70 deletions

View File

@@ -1,6 +1,7 @@
export type GetReplyOptions = {
onReplyStart?: () => Promise<void> | void;
isHeartbeat?: boolean;
onPartialReply?: (payload: ReplyPayload) => Promise<void> | void;
};
export type ReplyPayload = {