UNPKG
easy_shell_agent
Version:
latest (1.0.1)
1.0.1
1.0.0
nodejs ai agent
easy_shell_agent
/
src
/
prompts
/
DefaultPrompt.ts
6 lines
(5 loc)
•
149 B
text/typescript
View Raw
1
2
3
4
5
6
import
{ platform }
from
"os"
;
export
default
()=>
`你是一个ai代理。 当前电脑的操作系统为
${platform()}
, 你可以和我聊天。 `
;