docs(automation): document Graph Context multi-hop relation mapping - #148
Merged
Conversation
Adds a new "Multi-Hop Relations (Graph Context)" section to the Entity Mapping docs, covering graph_context's seed/graph structure and the cardinality/filter options, for cases where the target entity isn't directly related to the trigger entity. Co-authored-by: Claude <noreply@anthropic.com>
…tion Addresses review feedback: adds a mermaid flowchart illustrating the contract -> contact -> order example, and links to the Entity API's Graph Query endpoint that powers graph_context resolution. Co-authored-by: Claude <noreply@anthropic.com>
…t example Addresses review feedback: the example now filters the order node by status instead of just cardinality, and the Structure section's filter bullet points back to it instead of a separate, unrelated example. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01RKQ4pLfRF64YRFcTvFHcVB
…g' into docs/graph-context-entity-mapping # Conflicts: # docs/automation/entity-mapping.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a new "Multi-Hop Relations (Graph Context)" section to the Entity Mapping docs, covering graph_context's seed/graph structure and the cardinality/filter options, for cases where the target entity isn't directly related to the trigger entity.