chore: Add deprecation comment
This commit is contained in:
parent
1c843b2863
commit
e7ff091881
|
|
@ -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[];
|
||||
|
|
|
|||
Loading…
Reference in New Issue