fix: not highlight query block

This commit is contained in:
Joel 2024-03-26 17:02:41 +08:00
parent 2c9d4c8dca
commit de00245af0

View File

@ -212,7 +212,7 @@ const Panel: FC<NodePanelProps<LLMNodeType>> = ({
readOnly readOnly
isShowContext={false} isShowContext={false}
isChatApp isChatApp
isChatModel isChatModel={false}
hasSetBlockStatus={{ hasSetBlockStatus={{
query: false, query: false,
history: true, history: true,
@ -224,7 +224,7 @@ const Panel: FC<NodePanelProps<LLMNodeType>> = ({
)} )}
{/* Memory */} {/* Memory */}
{isChatMode && isChatModel && ( {isChatMode && (
<> <>
<Split /> <Split />
<MemoryConfig <MemoryConfig