-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix typos #2267
fix typos #2267
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The integration tests failed.
I know, it's a devil's circle now lol Can't fix 'cause errors. Some maintainer needs to force a commit. |
the integration tests failed. we can wait for the @li-boxuan to be free to have a look, but we are currently foucused on the NeurIPS D&B DDL :) |
implement the solution. If the codebase is empty, you shoud call the `finish` action. | ||
implement the solution. If the codebase is empty, you should call the `finish` action. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change cause the integration failed. You should also change the corressponding prompt files.
tests/integration/test_agent.py Mismatched Prompt File path /home/runner/work/OpenDevin/OpenDevin/tests/integration/mock/DelegatorAgent/test_edits/prompt_001.log
------------------------------
Diff:
--- /home/runner/work/OpenDevin/OpenDevin/tests/integration/mock/DelegatorAgent/test_edits/prompt_001.log 2024-06-05 09:09:05.233456930 +0000
+++ /tmp/tmp9e27b5bc 2024-06-05 09:11:22.008845[67](https://github.com/OpenDevin/OpenDevin/actions/runs/9381353499/job/25830424513?pr=2267#step:7:68)4 +0000
@@ -34,7 +34,7 @@
codebase are relevant to the project, including particular files, functions, and classes.
When you're done, put your summary in `outputs.summary` in the `finish` action.
Remember, your task is to explore and study the current repository, not actually
-implement the solution. If the codebase is empty, you shoud call the `finish` action.
+implement the solution. If the codebase is empty, you should call the `finish` action.
## History
Here is a recent history of actions you've taken in service of this plan,
@@ -83,4 +83,4 @@
}
}
---- END OF EXAMPLE ---
+--- END OF EXAMPLE ---
\ No newline at end of file
Integrate test passed, good to merge now. @iFurySt pls AP it. |
No description provided.