feat: add tool params node & tool params add array type (#2824)
* add tool params node * add tool params enum * node response * tool add array type params * fix tool params * fix * fix * fix
This commit is contained in:
@@ -355,6 +355,12 @@ export const WholeResponseContent = ({
|
||||
|
||||
{/* form input */}
|
||||
<Row label={t('workflow:form_input_result')} value={activeModule?.formInputResult} />
|
||||
|
||||
{/* tool params */}
|
||||
<Row
|
||||
label={t('workflow:tool_params.tool_params_result')}
|
||||
value={activeModule?.toolParamsResult}
|
||||
/>
|
||||
</Box>
|
||||
) : null;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user