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;
|
||||
functionCalls?: FunctionCall[];
|
||||
isStreaming?: boolean;
|
||||
source?: "langflow" | "chat";
|
||||
}
|
||||
|
||||
export interface FunctionCall {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue