We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62750c0 commit 91ad59dCopy full SHA for 91ad59d
1 file changed
openhands/controller/agent_controller.py
@@ -248,8 +248,9 @@ async def _step_with_exception_handling(self):
248
)
249
reported = RuntimeError(
250
'There was an unexpected error while running the agent. Please '
251
- f'report this error to the developers. Your session ID is {self.id}. '
252
- f'Error type: {e.__class__.__name__}'
+ 'report this error to the developers by opening an issue at '
+ 'https://github.com/All-Hands-AI/OpenHands. Your session ID is '
253
+ f' {self.id}. Error type: {e.__class__.__name__}'
254
255
if (
256
isinstance(e, litellm.AuthenticationError)
0 commit comments