mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-30 22:00:00 +00:00
responses table, responses details
# What does this PR do? ## Test Plan # What does this PR do? ## Test Plan
This commit is contained in:
parent
0b695538af
commit
de53390c1c
34 changed files with 3282 additions and 380 deletions
|
|
@ -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();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue