package com.ai.aiagent.constant; public interface FileConstant { String FILE_SAVE_DIR=System.getProperty("user.dir")+"/tmp"; }