mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-12 20:32:54 +00:00
test: cover voice fallback first-chunk reply behavior (#31077)
This commit is contained in:
@@ -372,7 +372,12 @@ describe("deliverReplies", () => {
|
|||||||
|
|
||||||
await deliverWith({
|
await deliverWith({
|
||||||
replies: [
|
replies: [
|
||||||
{ mediaUrl: "https://example.com/note.ogg", text: "chunk-one\n\nchunk-two", replyToId: "77" },
|
{
|
||||||
|
mediaUrl: "https://example.com/note.ogg",
|
||||||
|
text: "chunk-one\n\nchunk-two",
|
||||||
|
replyToId: "77",
|
||||||
|
audioAsVoice: true,
|
||||||
|
},
|
||||||
],
|
],
|
||||||
runtime,
|
runtime,
|
||||||
bot,
|
bot,
|
||||||
|
|||||||
Reference in New Issue
Block a user