(params: PartConstructorParams<ToolResultPart>)
| 738 | * @since 4.0.0 |
| 739 | */ |
| 740 | export const toolResultPart = (params: PartConstructorParams<ToolResultPart>): ToolResultPart => |
| 741 | makePart("tool-result", params as any) |
| 742 | |
| 743 | // ============================================================================= |
| 744 | // Tool Approval Response Part |
nothing calls this directly
no test coverage detected