chore: Add deprecation comment

This commit is contained in:
Aleksander Grygier 2026-01-25 01:05:28 +01:00
parent fed503f7e3
commit 5894d75983
1 changed files with 3 additions and 0 deletions

View File

@ -77,6 +77,9 @@ export interface DatabaseMessage {
role: ChatRole;
content: string;
parent: string | null;
/**
* @deprecated - left for backward compatibility
*/
thinking?: string;
toolCalls?: string;
children: string[];