mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-17 12:42:17 +00:00
chore: generate
This commit is contained in:
parent
4e14f79511
commit
9c88235121
1 changed files with 6 additions and 1 deletions
|
|
@ -587,7 +587,12 @@ describe("session.message-v2.toModelMessage", () => {
|
|||
role: "user",
|
||||
content: [
|
||||
{ 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}`,
|
||||
},
|
||||
],
|
||||
},
|
||||
])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue