Funcional

This commit is contained in:
2026-05-01 14:12:53 -03:00
parent a170a09cbd
commit 171e0bb3af
52 changed files with 1727 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
def build_oos_prompt(text):
return f"""
Verifique se o texto está fora do escopo de Telecom.
Texto:
{text}
Fora de escopo:
- política
- religião
- concorrentes
Responda JSON:
{{
"allowed": true/false,
"label": "IN_SCOPE/OUT_OF_SCOPE"
}}
"""