Co-authored-by: Jingyi-Dify <[email protected]> Co-authored-by: yyh <[email protected]> Co-authored-by: Joel <[email protected]> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: hjlarry <[email protected]> Co-authored-by: Bond Zhu <[email protected]> Co-authored-by: Yansong Zhang <[email protected]> Co-authored-by: yyh <[email protected]>
4 lines
99 B
TypeScript
4 lines
99 B
TypeScript
import { env } from '@/env'
|
|
|
|
export const isAgentV2Enabled = () => env.NEXT_PUBLIC_ENABLE_AGENT_V2
|