(params: PartConstructorParams<TextPart>)
| 318 | * @category Constructors |
| 319 | */ |
| 320 | export const textPart = (params: PartConstructorParams<TextPart>): TextPart => makePart("text", params) |
| 321 | |
| 322 | // ============================================================================= |
| 323 | // Reasoning Part |
nothing calls this directly
no test coverage detected
searching dependent graphs…