Simple Managment webapp [LLM]

This commit is contained in:
2025-12-03 19:03:19 +01:00
parent 7c88281f03
commit 8306992533
15 changed files with 233 additions and 162 deletions

View File

@@ -32,4 +32,5 @@ export interface MessageListResponse {
messages: Message[];
next_page_token: string;
page_size: number;
total_count: number;
}