chore: Add deprecation comment

This commit is contained in:
Aleksander Grygier 2026-01-25 01:05:28 +01:00 committed by GitHub
parent 1c843b2863
commit e7ff091881
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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[];