Commit
·
450ce36
1
Parent(s):
928e67a
Add missing analyze_results import
Browse filesFix 'name analyze_results is not defined' error by importing
the function from mcp_tools module
app.py
CHANGED
|
@@ -66,6 +66,7 @@ from mcp_tools import (
|
|
| 66 |
debug_trace,
|
| 67 |
estimate_cost,
|
| 68 |
compare_runs,
|
|
|
|
| 69 |
get_top_performers,
|
| 70 |
get_leaderboard_summary,
|
| 71 |
get_dataset,
|
|
|
|
| 66 |
debug_trace,
|
| 67 |
estimate_cost,
|
| 68 |
compare_runs,
|
| 69 |
+
analyze_results,
|
| 70 |
get_top_performers,
|
| 71 |
get_leaderboard_summary,
|
| 72 |
get_dataset,
|