You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix recent_runs_analysis prompt text and finalize ZenML logging suppression
- Correct recent_runs_analysis prompt text to match server implementation
- Ensure ZENML_LOGGING_VERBOSITY is set to "0" for complete log suppression
- Complete the fix for JSON parsing errors in Claude Desktop
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
Copy file name to clipboardExpand all lines: manifest.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@
72
72
{
73
73
"name": "recent_runs_analysis",
74
74
"description": "Analyze the recent runs in the ZenML workspace",
75
-
"text": "Please generate a comprehensive report or dashboard on our ZenML stack components, showing which ones are most frequently used across our pipelines, including information about version compatibility issues and performance variations."
75
+
"text": "Please generate a comprehensive report or dashboard on our recent runs, showing which pipelines are most frequently run and which ones are most frequently failed. Include information about the status of the runs, the duration, and the stack components used."
0 commit comments