Add source to types
This commit is contained in:
parent
d8671b71a7
commit
fdb8669e60
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ export interface Message {
|
||||||
timestamp: Date;
|
timestamp: Date;
|
||||||
functionCalls?: FunctionCall[];
|
functionCalls?: FunctionCall[];
|
||||||
isStreaming?: boolean;
|
isStreaming?: boolean;
|
||||||
|
source?: "langflow" | "chat";
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface FunctionCall {
|
export interface FunctionCall {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue