feat: flow data type check
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
import { CSSProperties } from 'react';
|
||||
|
||||
export const nodeDefaultStyle: CSSProperties = {
|
||||
border: '1px solid #DEE0E2'
|
||||
};
|
||||
@@ -41,8 +41,8 @@ export enum FlowValueTypeEnum {
|
||||
'string' = 'string',
|
||||
'number' = 'number',
|
||||
'boolean' = 'boolean',
|
||||
'chatHistory' = 'chatHistory',
|
||||
'kbQuote' = 'kbQuote',
|
||||
'chatHistory' = 'chat_history',
|
||||
'kbQuote' = 'kb_quote',
|
||||
'other' = 'other'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user