mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-03 05:19:51 +00:00
Context extract support value type (#1620)
* perf: chat box components * perf: chatbox context * feat: extract support value type * workflow performance * update doc * feat: error response * feat: error response * oauth sort * perf: logo * fix: update laf account * perf: team permission api * update type
This commit is contained in:
@@ -85,3 +85,18 @@ export const FlowValueTypeMap = {
|
||||
description: ''
|
||||
}
|
||||
};
|
||||
|
||||
export const fnValueTypeSelect = [
|
||||
{
|
||||
label: 'String',
|
||||
value: 'string'
|
||||
},
|
||||
{
|
||||
label: 'Number',
|
||||
value: 'number'
|
||||
},
|
||||
{
|
||||
label: 'Boolean',
|
||||
value: 'boolean'
|
||||
}
|
||||
];
|
||||
|
Reference in New Issue
Block a user