We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23b8ed7 commit fc0e3c6Copy full SHA for fc0e3c6
1 file changed
packages/opencode/specs/v2/api.ts
@@ -53,8 +53,13 @@ await opencode.session.prompt({
53
54
await opencode.session.prompt({
55
sessionID,
56
- text: "hey what is up",
57
- role: "assistant",
+ text: "what is up with this",
+ files: [
58
+ {
59
+ mime: "image/png",
60
+ uri: "data:image/png;base64,xxxx",
61
+ },
62
+ ],
63
})
64
65
await opencode.session.wait()
0 commit comments