Skip to content

Commit

Permalink
fix: simple mode can choose context
Browse files Browse the repository at this point in the history
  • Loading branch information
iamjoel committed Oct 19, 2023
1 parent 2095f27 commit f9e7edd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ const Prompt: FC<ISimplePromptInput> = ({
className='min-h-[210px]'
value={promptTemplate}
contextBlock={{
show: false,
selectable: !hasSetBlockStatus.context,
datasets: dataSets.map(item => ({
id: item.id,
Expand Down

0 comments on commit f9e7edd

Please sign in to comment.