Skip to content

Commit 79121f1

Browse files
committed
refact: deprecated question
1 parent 1119d95 commit 79121f1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/typings/ReqParams.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
export type ChatRequest = {
22
project_id: string;
3+
4+
/**
5+
* @deprecated Use `question` instead
6+
*/
7+
question?: string;
8+
39
message: string;
410
};

0 commit comments

Comments
 (0)