mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-07 17:31:54 +00:00
ignore
This commit is contained in:
parent
23b8ed788e
commit
fc0e3c65b3
1 changed files with 7 additions and 2 deletions
|
|
@ -53,8 +53,13 @@ await opencode.session.prompt({
|
|||
|
||||
await opencode.session.prompt({
|
||||
sessionID,
|
||||
text: "hey what is up",
|
||||
role: "assistant",
|
||||
text: "what is up with this",
|
||||
files: [
|
||||
{
|
||||
mime: "image/png",
|
||||
uri: "data:image/png;base64,xxxx",
|
||||
},
|
||||
],
|
||||
})
|
||||
|
||||
await opencode.session.wait()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue