docs: add Location Grounding section with example prompts#212
Draft
mattpodwysocki wants to merge 1 commit into
Draft
docs: add Location Grounding section with example prompts#212mattpodwysocki wants to merge 1 commit into
mattpodwysocki wants to merge 1 commit into
Conversation
The ground_location_tool is the recommended entry point for coordinate-first queries (neighborhood, POI, reachability, routing), but the README didn't mention it. Add a Location Grounding subsection at the top of Example Prompts with four prompts — one per dispatch strategy — so readers see the tool's range without needing to read the source. Includes a TODO placeholder for the upcoming grounding blog post; a follow-up PR will swap that for the live link once published. Co-Authored-By: Claude Opus 4.7 <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.
Summary
The
ground_location_toolis the recommended entry point for coordinate-first queries (neighborhood, POI, reachability, routing), but the README doesn't mention it — a reader cloning the repo today wouldn't know it exists or when to reach for it.This PR adds a Location Grounding subsection at the top of Example Prompts with four prompts, one per dispatch strategy the tool's classifier can pick:
Why a draft
A grounding blog series is in the works. Once the first post lands, a follow-up PR will replace the
<!-- TODO -->placeholder with the live link and drop the "in the works" hedge. Keeping this as a draft until then so the team can review the prompt set without merging an empty link.Test plan
ground_location_tool(and notsearch-and-geocodeorreverse_geocode_tool) when run against the server🤖 Generated with Claude Code