Skip to content

Commit 859a6bb

Browse files
strickvlclaude
andcommitted
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]>
1 parent 981460c commit 859a6bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
{
7373
"name": "recent_runs_analysis",
7474
"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."
7676
}
7777
],
7878
"keywords": [

0 commit comments

Comments
 (0)