docs: mention namespace param for graph_search in graph prompts - #1499
Merged
Conversation
GRAPH_SYSTEM and the graph sub-agent prompt described graph_search as scoping only with type/domains, causing the agent to claim namespace isn't accepted there (it is, since #1450). Mention it in both prompts. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Why
An agent running
/repo/agentwithmode=graphincorrectly claimed:graph_searchdoes acceptnamespace(added in #1450), but the prompts never mention it:graph_searchas scoping only withtype/domainstype/domains")namespacethe model sees are thegraph_get/graph_neighborsparam descriptions, which frame it as edge-count-onlyWhen asked what its tools accept, the model reproduced the prompt summary instead of the schema — verbatim the wrong claim above.
What
One-line additions to both prompts noting that
graph_searchcan scope to a data partition withnamespace. No behavior change; schemas were already correct.🤖 Generated with Claude Code