rathore11 commited on
Commit
b5b1bcc
·
verified ·
1 Parent(s): b9f331c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ class BasicAgent:
34
  )
35
  def __call__(self, question: str) -> str:
36
  prompt = f"{self.system_prompt}\n\nQuestion: {question}"
37
- print(f"Prompt:\n{prompt[:300]}...") # Trimmed for logging
38
 
39
  try:
40
  result = self.pipeline(prompt)
 
34
  )
35
  def __call__(self, question: str) -> str:
36
  prompt = f"{self.system_prompt}\n\nQuestion: {question}"
37
+ print(f"Prompt:\n{prompt[:300]}...")
38
 
39
  try:
40
  result = self.pipeline(prompt)