mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 08:21:26 +00:00
refactor(agents): share agent entry and block reply payload types
This commit is contained in:
8
src/agents/pi-embedded-payloads.ts
Normal file
8
src/agents/pi-embedded-payloads.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export type BlockReplyPayload = {
|
||||
text?: string;
|
||||
mediaUrls?: string[];
|
||||
audioAsVoice?: boolean;
|
||||
replyToId?: string;
|
||||
replyToTag?: boolean;
|
||||
replyToCurrent?: boolean;
|
||||
};
|
||||
Reference in New Issue
Block a user