parseStage1Output
function parseStage1Output(raw): "yes" | "no" | null;stage1 产出 → 是否拦截;不可解析回 null(fail-degrade 交 unsure);先剥思考段
string
"yes" | "no" | null
本文是否有帮助?
感谢反馈,我们会持续改进这篇文章。
function parseStage1Output(raw): "yes" | "no" | null;stage1 产出 → 是否拦截;不可解析回 null(fail-degrade 交 unsure);先剥思考段
string
"yes" | "no" | null
感谢反馈,我们会持续改进这篇文章。