mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-18 01:17:15 +00:00
fixing linter
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
parent
709dd76f74
commit
6fa725a833
13 changed files with 1141 additions and 320 deletions
|
|
@ -666,7 +666,7 @@ describe("ResponseDetailView", () => {
|
|||
role: "assistant",
|
||||
call_id: "call_123",
|
||||
content: "sunny and warm",
|
||||
} as unknown, // Using any to bypass the type restriction for this test
|
||||
} as unknown, // Using unknown to bypass the type restriction for this test
|
||||
],
|
||||
input: [],
|
||||
};
|
||||
|
|
@ -706,7 +706,7 @@ describe("ResponseDetailView", () => {
|
|||
status: "completed",
|
||||
call_id: "call_123",
|
||||
output: "sunny and warm",
|
||||
} as unknown,
|
||||
} as unknown, // Using unknown to bypass the type restriction for this test
|
||||
],
|
||||
input: [],
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue