mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
Adapted to new type CodeSelection
This commit is contained in:
parent
eec7cd7321
commit
15994c46d1
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ ${content}
|
|||
\`\`\``).join('\n')
|
||||
}
|
||||
|
||||
const userInstructionsStr = (instructions: string, files: File[], selection: Selection | null): string => {
|
||||
const userInstructionsStr = (instructions: string, files: File[], selection: CodeSelection | null) => {
|
||||
let str = '';
|
||||
|
||||
if (files.length > 0) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue