fix key down events

This commit is contained in:
thierryverse 2025-11-11 20:24:02 +02:00
parent 2902fd6d28
commit 87c5d24f29
4 changed files with 9 additions and 9 deletions

View file

@ -13,6 +13,7 @@ export interface GeneratePodcastRequest {
ids: number[];
search_space_id: number;
podcast_title?: string;
user_prompt?: string;
}
export function ChatPanelContainer() {