fix: scope value
This commit is contained in:
parent
cf75e2f053
commit
327eac09e7
@ -249,7 +249,7 @@ const InputVarList: FC<Props> = ({
|
||||
setModel={handleModelChange(variable)}
|
||||
onCompletionParamsChange={handleModelParamsChange(variable)}
|
||||
readonly={readOnly}
|
||||
scope={'embedding'}
|
||||
scope={scope}
|
||||
/>
|
||||
)}
|
||||
{tooltip && <div className='text-text-tertiary body-xs-regular'>{tooltip[language] || tooltip.en_US}</div>}
|
||||
|
Loading…
Reference in New Issue
Block a user