Skip to content
New issue

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

User Portal processing time and message timestamps #2105

Merged
merged 5 commits into from
Dec 23, 2024

Conversation

joelhulen
Copy link
Contributor

@joelhulen joelhulen commented Dec 23, 2024

User Portal processing time and message timestamps

The issue or feature being addressed

Improvements to processing time tracking and displaying message timestamps.

Details on the issue fix or feature implementation

  • Update agent message timestamps during processing to show an accurate message time on the User Portal
  • Add the agent name to the message sent back wtih an operation context when checking status updates so the agent name correctly appears on the User Portal while waiting for a completion message to complete
  • Calculate the processing time by comparing the timestamp on the user prompt to the agent response (messages) and display when hovering over the agent message timestamp
  • Create TimeAgo component to better handle automatic updates of the human-friendly timestamp display (eg. "2 minutes ago")

Confirm the following

  • I started this PR by branching from the head of the default branch
  • I have targeted the PR to merge into the default branch
  • This PR needs to be cherry-picked into at least one release branch
  • I have included unit tests for the issue/feature
  • I have included inline docs for my changes, where applicable
  • I have successfully run a local build
  • I have provided the required update scripts, where applicable
  • I have updated relevant docs, where applicable

Note

Instead of adding X's inside the checkboxes you wish to check above, first submit the PR, then check the boxes in the rendered description.

@ciprianjichici ciprianjichici merged commit 6677c43 into main Dec 23, 2024
9 checks passed
@ciprianjichici ciprianjichici deleted the jdh-user-portal-timer branch December 23, 2024 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants