Skip to content

Commit

Permalink
Update evaluation/utils/shared.py
Browse files Browse the repository at this point in the history
Co-authored-by: Calvin Smith <[email protected]>
  • Loading branch information
xingyaoww and csmith49 authored Nov 13, 2024
1 parent 686cb7e commit 628201b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evaluation/utils/shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def codeact_user_response(
# let the agent know that it can give up when it has tried 3 times
return (
msg
+ 'If you want to give up, use the "finish" tool to finish the interactin.\n'
+ 'If you want to give up, use the "finish" tool to finish the interaction.\n'
)
return msg

Expand Down

0 comments on commit 628201b

Please sign in to comment.