mirror of
https://github.com/langgenius/dify.git
synced 2026-07-15 01:17:04 +08:00
fix(agent-v2): keep working directory home path local
This commit is contained in:
@ -9,7 +9,7 @@ import {
|
||||
} from '@langgenius/dify-ui/dropdown-menu'
|
||||
import { useTranslation } from 'react-i18next'
|
||||
|
||||
export const AGENT_WORKING_DIRECTORY_HOME_PATH = '~'
|
||||
const AGENT_WORKING_DIRECTORY_HOME_PATH = '~'
|
||||
export const AGENT_WORKING_DIRECTORY_ROOT_PATH = '.'
|
||||
|
||||
export type AgentWorkingDirectoryPath
|
||||
|
||||
Reference in New Issue
Block a user