GatinhoEducado commited on
Commit
c9c977a
·
verified ·
1 Parent(s): b8316c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -94,14 +94,11 @@ def get_stock_data_baostock(stock_code: str) -> str:
94
  # Example call
95
  print(get_stock_data_baostock('sh.600941'))
96
 
97
- @tool
98
  final_answer = FinalAnswerTool()
99
 
100
- @tool
101
  # Import tool from Hub
102
  image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
103
 
104
- @tool
105
  house_draw = HouseDrawingTool()
106
 
107
  with open("prompts.yaml", 'r') as stream:
 
94
  # Example call
95
  print(get_stock_data_baostock('sh.600941'))
96
 
 
97
  final_answer = FinalAnswerTool()
98
 
 
99
  # Import tool from Hub
100
  image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
101
 
 
102
  house_draw = HouseDrawingTool()
103
 
104
  with open("prompts.yaml", 'r') as stream: