mirror of
https://github.com/tvytlx/ai-agent-deep-dive.git
synced 2026-04-06 00:54:49 +08:00
10 lines
123 B
JavaScript
10 lines
123 B
JavaScript
"use strict";
|
|
|
|
module.exports.STATUS_MAPPING = {
|
|
mapped: 1,
|
|
valid: 2,
|
|
disallowed: 3,
|
|
deviation: 6,
|
|
ignored: 7
|
|
};
|