From 238857f368323fbbfd3e97f81e1511f4c7745ec3 Mon Sep 17 00:00:00 2001 From: Ben Cherry Date: Wed, 23 Apr 2025 09:41:24 -0700 Subject: [PATCH] Update agents playground default description (#137) --- src/hooks/useConfig.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/useConfig.tsx b/src/hooks/useConfig.tsx index 7a43a4f..fe4e6e5 100644 --- a/src/hooks/useConfig.tsx +++ b/src/hooks/useConfig.tsx @@ -41,7 +41,7 @@ export type UserSettings = { // Fallback if NEXT_PUBLIC_APP_CONFIG is not set const defaultConfig: AppConfig = { title: "LiveKit Agents Playground", - description: "A playground for testing LiveKit Agents", + description: "A virtual workbench for testing multimodal AI agents.", video_fit: "cover", settings: { editable: true,