(params: PartConstructorParams<FilePart>)
| 496 | * @since 4.0.0 |
| 497 | */ |
| 498 | export const filePart = (params: PartConstructorParams<FilePart>): FilePart => makePart("file", params as any) |
| 499 | |
| 500 | // ============================================================================= |
| 501 | // Tool Call Part |
nothing calls this directly
no test coverage detected