5 lines
102 B
TypeScript
5 lines
102 B
TypeScript
export enum hitHandlingMethod {
|
|
optimization = '模型优化',
|
|
directly_return = '直接回答'
|
|
}
|