chore: generate
This commit is contained in:
@@ -587,7 +587,12 @@ describe("session.message-v2.toModelMessage", () => {
|
|||||||
role: "user",
|
role: "user",
|
||||||
content: [
|
content: [
|
||||||
{ type: "text", text: "Attached media from tool result:" },
|
{ type: "text", text: "Attached media from tool result:" },
|
||||||
{ type: "file", mediaType: "application/pdf", filename: "example.pdf", data: `data:application/pdf;base64,${pdf}` },
|
{
|
||||||
|
type: "file",
|
||||||
|
mediaType: "application/pdf",
|
||||||
|
filename: "example.pdf",
|
||||||
|
data: `data:application/pdf;base64,${pdf}`,
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
])
|
])
|
||||||
|
|||||||
Reference in New Issue
Block a user