mirror of
https://github.com/langgenius/dify.git
synced 2026-09-10 01:00:15 +08:00
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Yunlu Wen <yunlu.wen@dify.ai>
6 lines
192 B
TypeScript
6 lines
192 B
TypeScript
import { env } from '@/env'
|
|
|
|
export const isAgentV2Enabled = () => env.NEXT_PUBLIC_ENABLE_AGENT_V2
|
|
|
|
export const isAgentV2InChatflowEnabled = () => env.NEXT_PUBLIC_ENABLE_AGENT_V2_IN_CHATFLOW
|