(params: PartConstructorParams<TextPart>)
| 292 | * @since 4.0.0 |
| 293 | */ |
| 294 | export const textPart = (params: PartConstructorParams<TextPart>): TextPart => makePart("text", params as any) |
| 295 | |
| 296 | // ============================================================================= |
| 297 | // Reasoning Part |
nothing calls this directly
no test coverage detected