+
+
+ {inputParam.label}
+ {!inputParam.optional && *}
+ {inputParam.description && (
+
+ )}
+
+
+ {inputParam.type === 'credential' && (
+ setValue(newValue, selectedProvider, 'credentialId')}
+ />
+ )}
+ {inputParam.type === 'boolean' && (
+ setValue(newValue, selectedProvider, inputParam.name)}
+ value={
+ speechToText[selectedProvider]
+ ? speechToText[selectedProvider][inputParam.name]
+ : inputParam.default ?? false
}
/>
- {speechToText[provider.name] && speechToText[provider.name].status && (
-
- )}
-