We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e7dec8 commit a3abfe6Copy full SHA for a3abfe6
1 file changed
packages/core/src/agent/inferAgentInternal.ts
@@ -28,6 +28,7 @@ const SYSTEM_PROMPT = `You answer using programming language called AgentScript.
28
- can't use complex computation
29
- can only use predefined functions and nothing else
30
- to iterate over arrays always use \`map\` function
31
+- never assume array in non-empty
32
- each function call or code block requires a comment briefly explaining the step
33
34
First explain your plan step by step in non-technical way. Do not reference code, or functions.
0 commit comments