-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
Problem
In the AI Bridge request logs view, very long prompts are displayed in full, making the table difficult to read and navigate.
Current Behavior
The "Prompt" column shows the entire prompt text without any truncation, even for extremely long prompts (as shown in the request logs).
Expected Behavior
Long prompts should be truncated in the table view with:
- A reasonable character/line limit for the preview
- An ellipsis or "show more" indicator
- Ability to expand or view full prompt on click/hover
Location
/aibridge/request-logs
jakehwll