We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We currently log the runtime ID in the chat interface on the client here:
OpenHands/frontend/src/components/chat-interface.tsx
Lines 51 to 66 in 9cd248d
We want to extend it to log the session ID as well (should be runtime.sid, you may double check)
runtime.sid
OpenHands/openhands/server/listen.py
Lines 569 to 588 in 9cd248d
The text was updated successfully, but these errors were encountered:
OpenHands started fixing the issue! You can monitor the progress here.
Sorry, something went wrong.
A potential fix has been generated and a draft PR #5067 has been created. Please review the changes.
Successfully merging a pull request may close this issue.
We currently log the runtime ID in the chat interface on the client here:
OpenHands/frontend/src/components/chat-interface.tsx
Lines 51 to 66 in 9cd248d
We want to extend it to log the session ID as well (should be
runtime.sid
, you may double check)OpenHands/openhands/server/listen.py
Lines 569 to 588 in 9cd248d
The text was updated successfully, but these errors were encountered: