mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 13:32:35 +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
|
|
@ -21,7 +21,7 @@ import type { TurnCreateParams } from "llama-stack-client/resources/agents/turn"
|
|||
import {
|
||||
SessionUtils,
|
||||
type ChatSession,
|
||||
} from "@/components/chat-playground/session-manager";
|
||||
} from "@/components/chat-playground/conversations";
|
||||
export default function ChatPlaygroundPage() {
|
||||
const [currentSession, setCurrentSession] = useState<ChatSession | null>(
|
||||
null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue