Skip to content

Commit

Permalink
Remove edges
Browse files Browse the repository at this point in the history
Signed-off-by: gaobinlong <[email protected]>
  • Loading branch information
gaobinlong committed Nov 6, 2024
1 parent 4cd0c1c commit 140a6ff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
14 changes: 0 additions & 14 deletions sample-templates/anomaly-detector-suggestion-agent-claude.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,20 +93,6 @@
"description": "this is the anomaly detector suggestion agent"
}
}
],
"edges": [
{
"source": "create_claude_connector",
"dest": "register_claude_model"
},
{
"source": "register_claude_model",
"dest": "create_anomoly_detectors_tool"
},
{
"source": "create_anomoly_detectors_tool",
"dest": "anomaly_detector_suggestion_agent"
}
]
}
}
Expand Down
7 changes: 0 additions & 7 deletions sample-templates/anomaly-detector-suggestion-agent-claude.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,3 @@ workflows:
type: flow
name: Anomaly detector suggestion agent
description: this is the anomaly detector suggestion agent
edges:
- source: create_claude_connector
dest: register_claude_model
- source: register_claude_model
dest: create_anomoly_detectors_tool
- source: create_anomoly_detectors_tool
dest: anomaly_detector_suggestion_agent

0 comments on commit 140a6ff

Please sign in to comment.