find_model_usages
Locate every occurrence of a Pydantic model used as a type annotation in your FastAPI project. Trace model dependencies across files.
Instructions
Find all places a Pydantic model is used as a type annotation across the project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | ||
| model | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |