fixed reasoning

This commit is contained in:
2026-06-10 14:37:27 +03:00
parent 905d756a25
commit 89158930ee
6 changed files with 47 additions and 22 deletions
+1
View File
@@ -11,6 +11,7 @@ export interface ChatMessage {
id: number;
role: string;
content: string;
tool_calls_json?: string | null;
created_at: string;
}