argot.get_voice_context
Retrieve repository-specific vocabulary for a file's language—typical callees, imports, and replacement guidance—so code generation matches existing patterns.
Instructions
Get the repository vocabulary relevant to a file before writing: typical callees, familiar imports, and active replacement guidance for the file's language. This is generation context, not a verdict about code and not a changeset check. Read-only; requires a fitted repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | How many typical callees to return per cluster (default 10). Raise for a fuller picture, lower to keep the injected context small. | |
| file_path | Yes | Repo-relative path of the file you're about to create or edit. Its extension selects the language; the returned voice is that language's typical callees and familiar imports. |