mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 04:00:21 +00:00
Reply: expose shared interactive payloads
This commit is contained in:
committed by
Peter Steinberger
parent
df2a6b1672
commit
12f4dd9a05
@@ -1,4 +1,5 @@
|
||||
import type { ImageContent } from "@mariozechner/pi-ai";
|
||||
import type { InteractiveReply } from "../interactive/payload.js";
|
||||
import type { TypingController } from "./reply/typing.js";
|
||||
|
||||
export type BlockReplyContext = {
|
||||
@@ -76,6 +77,7 @@ export type ReplyPayload = {
|
||||
text?: string;
|
||||
mediaUrl?: string;
|
||||
mediaUrls?: string[];
|
||||
interactive?: InteractiveReply;
|
||||
btw?: {
|
||||
question: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user