caarleexx commited on
Commit
e266276
·
verified ·
1 Parent(s): a1c2d84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -194,9 +194,7 @@ PARA CADA PERGUNTA:
194
  # ============================================================================
195
  # PASSOS P2-P8 (MELHORADOS COM X1-X2)
196
  # ============================================================================
197
- def passo_2_cenarios(pergunta: str, p1: Dict, x1: Dict, x2: Dict, historico: List) -> Dict:
198
- logger.log("🎯 P2-CENÁRIOS (com X1-X2)", "TASK")
199
- prompt = f"""P2-CENÁRIOS TELEGRÁFICO
200
  P1: {json.dumps(p1)}
201
  X1-PERGUNTAS: {json.dumps(x1)}
202
  X2-RESPOSTAS: {json.dumps(x2)}
 
194
  # ============================================================================
195
  # PASSOS P2-P8 (MELHORADOS COM X1-X2)
196
  # ============================================================================
197
+ def prompt = f"""P2-CENÁRIOS TELEGRÁFICO
 
 
198
  P1: {json.dumps(p1)}
199
  X1-PERGUNTAS: {json.dumps(x1)}
200
  X2-RESPOSTAS: {json.dumps(x2)}