(params: PartConstructorParams<ToolResultPart>)
| 706 | * @category Constructors |
| 707 | */ |
| 708 | export const toolResultPart = (params: PartConstructorParams<ToolResultPart>): ToolResultPart => |
| 709 | makePart("tool-result", params) |
| 710 | |
| 711 | // ============================================================================= |
| 712 | // Base Message |
nothing calls this directly
no test coverage detected
searching dependent graphs…