find_similar_builds
Search the verified-build corpus for similar examples to your request, and get full (prompt, tool-call, outcome) records to reference during your own build.
Instructions
Search the verified-build corpus for prior examples similar to a request.
Returns full (prompt, tool-call sequence, verified outcome) records for
the closest matches — use these as concrete reference for how a similar
assembly was actually built and verified, not as something to copy
mechanically (dimensions, names, and positions will differ). Useful to
call again mid-build for a specific sub-assembly, not just once via
begin_build.
Args:
query: A natural-language description of what you're building.
top_k: Maximum number of examples to return (default 3).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| top_k | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |