We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79118f5 commit c1f3d96Copy full SHA for c1f3d96
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