UNPKG
editcodewithai
Version:
latest (2.4.0)
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
1.1.0
1.0.0
0.1.0
0.0.1
Edit Code With AI
github.com/vizhub-core/editcodewithai
vizhub-core/editcodewithai
editcodewithai
/
dist
/
prompt.d.ts
9 lines
(8 loc)
•
279 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
declare
const
PROMPT_TEMPLATE_VERSION
=
1
;
/** * Assembles the full prompt by combining task, files context, and formatting instructions */
export
declare
function
assembleFullPrompt
(
{ filesContext, prompt, }: { filesContext:
string
; prompt:
string
; }
):
string
;