chore: Add deprecation comment
This commit is contained in:
parent
1c843b2863
commit
e7ff091881
|
|
@ -77,6 +77,9 @@ export interface DatabaseMessage {
|
||||||
role: ChatRole;
|
role: ChatRole;
|
||||||
content: string;
|
content: string;
|
||||||
parent: string | null;
|
parent: string | null;
|
||||||
|
/**
|
||||||
|
* @deprecated - left for backward compatibility
|
||||||
|
*/
|
||||||
thinking?: string;
|
thinking?: string;
|
||||||
toolCalls?: string;
|
toolCalls?: string;
|
||||||
children: string[];
|
children: string[];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue