fix(agent-v2): keep working directory home path local

This commit is contained in:
yyh
2026-07-02 16:42:17 +08:00
parent 41225cda0e
commit 76cdcd0d77

View File

@ -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