add prompt,chunks in create key

This commit is contained in:
ManishMadan2882
2024-04-03 19:19:53 +05:30
parent 794fc05ada
commit ac994d3077
3 changed files with 90 additions and 23 deletions

View File

@@ -302,6 +302,7 @@ export default function Upload({
{activeTab === 'remote' && (
<>
<Dropdown
fullWidth
options={urlOptions}
selectedValue={urlType}
onSelect={(value: { label: string; value: string }) =>