(params: PartConstructorParams<FilePart>)
| 490 | * @category Constructors |
| 491 | */ |
| 492 | export const filePart = (params: PartConstructorParams<FilePart>): FilePart => makePart("file", params) |
| 493 | |
| 494 | // ============================================================================= |
| 495 | // Tool Call Part |
nothing calls this directly
no test coverage detected
searching dependent graphs…