mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 08:21:26 +00:00
fix: align reasoning payload typing for #24991 (thanks @stakeswky)
This commit is contained in:
@@ -2,6 +2,7 @@ export type BlockReplyPayload = {
|
||||
text?: string;
|
||||
mediaUrls?: string[];
|
||||
audioAsVoice?: boolean;
|
||||
isReasoning?: boolean;
|
||||
replyToId?: string;
|
||||
replyToTag?: boolean;
|
||||
replyToCurrent?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user