package com.xly.constant; /** * 全局通用常量 * 包含大模型解析提示语、请求头、资源前缀等 */ public class CommonConstant { //重置方法 public static final String RESET = " 复位 \n\n"; }