responses table, responses details

# What does this PR do?


## Test Plan
# What does this PR do?


## Test Plan
This commit is contained in:
Eric Huang 2025-05-27 21:23:10 -07:00
parent 0b695538af
commit de53390c1c
34 changed files with 3282 additions and 380 deletions

View file

@ -75,7 +75,7 @@ describe("ChatCompletionDetailView", () => {
/>,
);
expect(
screen.getByText("No details found for completion ID: notfound-id."),
screen.getByText("No details found for ID: notfound-id."),
).toBeInTheDocument();
});