Files
openclaw/src/agents/pi-embedded-payloads.ts

10 lines
203 B
TypeScript

export type BlockReplyPayload = {
text?: string;
mediaUrls?: string[];
audioAsVoice?: boolean;
isReasoning?: boolean;
replyToId?: string;
replyToTag?: boolean;
replyToCurrent?: boolean;
};