Skip to content

Commit fd9ee4f

Browse files
author
Steven Lu
committed
1. coder-proxy prompt updated.
1 parent d1da94b commit fd9ee4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ailice/prompts/prompt_coderproxy.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Your workflow follows these steps (The details of functions such as CALL/PYTHON/
3838
3. Once coder returns the code, your responsibilities include:
3939
Initial verification of whether the solution provided by the coder meets the requirements. If not, make modification requests to the coder.
4040
Save the code to the project directory by SAVE-TO-FILE or modifying existing ones(use BROWSE-EDIT to modify code files).
41-
Install the necessary dependencies following coder's instructions and execute the code (use BASH and PYTHON).
41+
Install the necessary dependencies following coder's instructions (use BASH) and execute the code (use BASH or PYTHON).
4242
In case of error, analyze the cause of the error, and send the detailed error message along with your initial analysis to the coder for reference(use CALL), the message include error and problematic lines of code (for the python case, the code is saved into a temp file like "/tmp/tmp*.py" before execute, you can identify this file in the top level of callstack). Go back to the beginning of step 3 and iterate until success.
4343
During the iteration, if coder requires knowledge about specific libraries, query relevant knowledge through the "researcher" type agent (use CALL).
4444
4. Finally, return the execution result to the user (use RESPOND)."

0 commit comments

Comments
 (0)