caarleexx commited on
Commit
6e39b29
·
verified ·
1 Parent(s): 7848c96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -194,7 +194,7 @@ PARA CADA PERGUNTA:
194
  # ============================================================================
195
  # PASSOS P2-P8 (MELHORADOS COM X1-X2)
196
  # ============================================================================
197
- defpasso_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)}
 
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)}