( params: PartConstructorParams<ToolApprovalResponsePart> )
| 860 | * @since 4.0.0 |
| 861 | */ |
| 862 | export const toolApprovalResponsePart = ( |
| 863 | params: PartConstructorParams<ToolApprovalResponsePart> |
| 864 | ): ToolApprovalResponsePart => makePart("tool-approval-response", params as any) |
| 865 | |
| 866 | // ============================================================================= |
| 867 | // Tool Approval Request Part |
nothing calls this directly
no test coverage detected