Open amanape opened 2 hours ago
We currently log the runtime ID in the chat interface on the client here:
https://github.com/All-Hands-AI/OpenHands/blob/9cd248d47590b323ef20669561809affd0a25125/frontend/src/components/chat-interface.tsx#L51-L66
We want to extend it to log the session ID as well (should be runtime.sid, you may double check) https://github.com/All-Hands-AI/OpenHands/blob/9cd248d47590b323ef20669561809affd0a25125/openhands/server/listen.py#L569-L588
runtime.sid
OpenHands started fixing the issue! You can monitor the progress here.
We currently log the runtime ID in the chat interface on the client here:
https://github.com/All-Hands-AI/OpenHands/blob/9cd248d47590b323ef20669561809affd0a25125/frontend/src/components/chat-interface.tsx#L51-L66
We want to extend it to log the session ID as well (should be
runtime.sid
, you may double check) https://github.com/All-Hands-AI/OpenHands/blob/9cd248d47590b323ef20669561809affd0a25125/openhands/server/listen.py#L569-L588