Nav772 commited on
Commit
6e0d313
·
verified ·
1 Parent(s): 7bd952b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ class BasicAgent:
16
  self.app_id = os.getenv("WOLFARM_APP_ID")
17
 
18
  def __call__(self, question: str) -> str:
19
- print(f"Agent received question (first 50 chars): {question[:50]}...")
20
 
21
  if not self.app_id:
22
  print("❌ WolframAlpha App ID not found.")
 
16
  self.app_id = os.getenv("WOLFARM_APP_ID")
17
 
18
  def __call__(self, question: str) -> str:
19
+ print(f"Agent received question (first 50 chars): {question[:50]}...")
20
 
21
  if not self.app_id:
22
  print("❌ WolframAlpha App ID not found.")