Analyze Impact
analyze_impactAnalyzes the ripple effects of content changes in a structured graph, identifying directly and indirectly affected nodes along with explanations and risk level.
Instructions
【いつ使う】update_content_nodeで変更したノードの影響範囲を確定するとき。 【入力】graph: 更新済みContentGraph / changed_node_ids 【出力】{ changed_node_ids, affected_node_ids, directly_affected, indirectly_affected, explanations, risk_level, warning? } 【注意】affected_node_ids: []の場合は編集作業は不要。編集対象は changed_node_ids + affected_node_ids に対応する原文箇所のみ。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| graph | Yes | 現在のContentGraph | |
| changed_node_ids | Yes | 変更されたノードのIDリスト |