Skip to content

Commit

Permalink
Update evaluation/TUTORIAL.md
Browse files Browse the repository at this point in the history
Co-authored-by: Graham Neubig <[email protected]>
  • Loading branch information
xingyaoww and neubig authored May 17, 2024
1 parent ee55403 commit 1aaada7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evaluation/TUTORIAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ You can see the agent uses bash to write a script, makes it executable, and then

At the end of the above screenshot, OpenDevin actually requests user inputs when it think it finishes the task. This will cause issues in evaluation, since most evaluation don't assume additional user input. To fix this, we introduce the functionality of `fake_user_response_fn` in the `main` function, which we describe in the next section.

## How does `main` work?
## The `main` function

The signature of `main` (in file [[`opendevin/core/main.py`](../opendevin/core/main.py)]):

Expand Down

0 comments on commit 1aaada7

Please sign in to comment.