mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Update src/exports/README.md
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
This commit is contained in:
parent
f8a592aac9
commit
0a03c88e92
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ const instructions = await api.getCustomInstructions()
|
|||
console.log("Current custom instructions:", instructions)
|
||||
|
||||
// Start a new task with an initial message.
|
||||
await api.startNewTask("Hello, Cline! Let's make a new project...")
|
||||
await api.startNewTask("Hello, Roo Code API! Let's make a new project...")
|
||||
|
||||
// Start a new task with an initial message and images.
|
||||
await api.startNewTask("Use this design language", ["data:image/webp;base64,..."])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue