We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5324f1b commit 87b5765Copy full SHA for 87b5765
web/app/components/workflow/nodes/llm/panel.tsx
@@ -1,5 +1,5 @@
1
import type { FC } from 'react'
2
-import React from 'react'
+import React, { useCallback } from 'react'
3
import { useTranslation } from 'react-i18next'
4
import MemoryConfig from '../_base/components/memory-config'
5
import VarReferencePicker from '../_base/components/variable/var-reference-picker'
0 commit comments