UNPKG
@yankeeinlondon/promptly
Version:
latest (0.1.0)
0.1.0
An automation tool for prompting your favorite LLMs
@yankeeinlondon/promptly
/
src
/
utils
/
updatePromptFile.ts
6 lines
(4 loc)
•
105 B
text/typescript
View Raw
1
2
3
4
5
6
import
type {
Prompt
}
from
"~/types"
;
export
async
function
updatePromptFile
(
_p: Prompt
) {
// TODO
}