개선관리 요구사항과 Google 로그인을 완료
This commit is contained in:
parent
cc0a15b7c6
commit
2a39636163
112 changed files with 10166 additions and 527 deletions
|
|
@ -520,8 +520,11 @@ def build_fast_messages(ctx: "TurnContext", client_reply: str) -> list[EngineMes
|
|||
"""fast-loop 평가 프롬프트(L0 역할 + 후보 라벨 + 이번 턴 맥락)."""
|
||||
st = ctx.state_after or ctx.state_before
|
||||
theory = _theory_mode(ctx)
|
||||
client_reply_masked = guardrail.mask_synthetic_generated_pii(
|
||||
client_reply
|
||||
client_reply_masked = guardrail.mask_role_identities(
|
||||
client_reply,
|
||||
counselor_identity=ctx.counselor_identity,
|
||||
client_identity=ctx.client_identity,
|
||||
synthetic_generated=True,
|
||||
).text_masked
|
||||
recent = (
|
||||
"\n".join(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue