renaming session-manager to conversations

Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
Francisco Javier Arceo 2025-08-21 21:09:32 -04:00
parent d0c5e07f8a
commit 8632d33a36
4 changed files with 13 additions and 13 deletions

View file

@ -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