mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 18:22:41 +00:00
renaming session-manager to conversations
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
parent
d0c5e07f8a
commit
8632d33a36
4 changed files with 13 additions and 13 deletions
|
|
@ -74,7 +74,7 @@ jest.mock("@/components/chat-playground/chat", () => ({
|
|||
),
|
||||
}));
|
||||
|
||||
jest.mock("@/components/chat-playground/session-manager", () => ({
|
||||
jest.mock("@/components/chat-playground/conversations", () => ({
|
||||
SessionManager: jest.fn(({ selectedAgentId, onNewSession }) => (
|
||||
<div data-testid="session-manager">
|
||||
{selectedAgentId && (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue